feat(release): add changelog entry, GitHub Releases, lastPublished, a… - #640
Open
fabisev wants to merge 1 commit into
Open
feat(release): add changelog entry, GitHub Releases, lastPublished, a…#640fabisev wants to merge 1 commit into
fabisev wants to merge 1 commit into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #640 +/- ##
=========================================
Coverage 65.79% 65.79%
Complexity 213 213
=========================================
Files 34 34
Lines 991 991
Branches 143 143
=========================================
Hits 652 652
Misses 287 287
Partials 52 52 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
Issue #, if available: N/A
Description of changes:
Adds changelog + release-visibility improvements to the Maven Central release
workflow, plus maintainer docs.
.github/workflows/release.ymlchangelogEntryinput. It's prepended to the module'sRELEASE.CHANGELOG.md(committed into the version-bump PR) and used as theGitHub Release notes. Passed via env, never interpolated into the shell.
entry plus a link to the Maven Central artifact.
lastPublishedmarker in the POM (see below) on eachrelease.
Module POMs (
core,events,events-sdk-transformer,log4j2,serialization,tests)<!-- lastPublished: X -->comment under<version>recording thelast version published to Central, seeded with each module's current latest.
Informational only (Maven ignores it); auto-updated by the release workflow.
RELEASING.mdand failure handling.
No behavior change to the build itself. POMs validated as well-formed;
release.ymlvalidated as valid YAML.Target (OCI, Managed Runtime, both): both