Enhance release notes and release creation workflow#213
Merged
mercyblitz merged 4 commits intomicrosphere-projects:dev-1.xfrom Apr 13, 2026
Merged
Enhance release notes and release creation workflow#213mercyblitz merged 4 commits intomicrosphere-projects:dev-1.xfrom
mercyblitz merged 4 commits intomicrosphere-projects:dev-1.xfrom
Conversation
Expand generated release notes sections (New Features, Bug Fixes, Documentation, Dependency Updates, Test Improvements, Build and Workflow Enhancements, Other Changes). Add a Full Changelog link to the repository compare URL and append it to both the persistent NOTES_FILE and the temp current-release-notes.md, with improved newline handling. Normalize gh CLI usage by removing the hardcoded "v" prefix when checking/creating releases (use inputs.revision for view and title) and apply small formatting/whitespace tweaks for clearer output.
Codecov Report✅ All modified and coverable lines are covered by tests. 🚀 New features to boost your workflow:
|
Delete the `-Dsurefire.useSystemClassLoader=false` property from the Maven command in the GitHub Actions workflow (.github/workflows/maven-build.yml). This change removes the explicit Surefire system classloader override used during CI test execution.
Bump the Maven Wrapper distribution to Apache Maven 3.9.14 and switch the distributionUrl from the Aliyun mirror to the official Apache CDN in .mvn/wrapper/maven-wrapper.properties. This ensures builds use the newer upstream Maven release.
Add missing newline at end of .mvn/wrapper/maven-wrapper.properties. No functional changes; preserves existing wrapperVersion and distributionUrl.
|
dd0ca88
into
microsphere-projects:dev-1.x
2 of 77 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Expand generated release notes sections (New Features, Bug Fixes, Documentation, Dependency Updates, Test Improvements, Build and Workflow Enhancements, Other Changes). Add a Full Changelog link to the repository compare URL and append it to both the persistent NOTES_FILE and the temp current-release-notes.md, with improved newline handling. Normalize gh CLI usage by removing the hardcoded "v" prefix when checking/creating releases (use inputs.revision for view and title) and apply small formatting/whitespace tweaks for clearer output.