Skip to content

🔖 [release] Prepare 0.4.3 - #28

Merged
milkcocoa0902 merged 1 commit into
mainfrom
release/0.4.3
Aug 8, 2026
Merged

🔖 [release] Prepare 0.4.3#28
milkcocoa0902 merged 1 commit into
mainfrom
release/0.4.3

Conversation

@milkcocoa0902

Copy link
Copy Markdown
Owner

No description provided.

@github-actions

github-actions Bot commented Aug 8, 2026

Copy link
Copy Markdown

Junie successfully finished!

Result: Junie finished task successfully

  • build.gradle.kts:24: Consider using version = property("VERSION") and group = property("GROUP") to avoid duplicating these values in both build.gradle.kts and gradle.properties.
  • README.md:39: Note that other documentation files in docs/Writerside/topics/ (such as 01-colotok-introduce.md, Official-Plugin.md, and Plugin.md) still reference version 0.4.2 and should be updated to 0.4.3 for consistency.

Comment thread build.gradle.kts
Comment on lines 22 to +24
subprojects {
group = "io.github.milkcocoa0902"
version = "0.4.2"
version = "0.4.3"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
subprojects {
group = "io.github.milkcocoa0902"
version = "0.4.2"
version = "0.4.3"
subprojects {
group = property("GROUP")
version = property("VERSION")

Consider using the GROUP and VERSION properties from gradle.properties here to avoid duplicating the version and group information.

@codecov-commenter

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.34%. Comparing base (0a84f21) to head (9628d43).
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #28   +/-   ##
=======================================
  Coverage   73.34%   73.34%           
=======================================
  Files          43       43           
  Lines         863      863           
  Branches      129      129           
=======================================
  Hits          633      633           
  Misses        179      179           
  Partials       51       51           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@milkcocoa0902
milkcocoa0902 merged commit bd86d40 into main Aug 8, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants