-
Notifications
You must be signed in to change notification settings - Fork 4
Add Automated Release workflow: prepare/perform Maven releases and publish draft releases #427
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Removed version specification for spring-boot-jackson2 dependency.
Updated release workflow to improve tag handling and version validation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR improves the automated release workflow by adding support for draft releases, implementing safer tag handling with duplicate detection, and adding merge fallback logic for concurrent branch updates.
- Enhances the release process to work specifically with draft releases that get published upon completion
- Adds intelligent tag handling that detects and handles already-processed releases
- Implements merge fallback strategy when fast-forward push fails due to concurrent changes
|
@thomasturrell I've opened a new pull request, #428, to work on those changes. Once the pull request is ready, I'll request review from you. |
|
@thomasturrell I've opened a new pull request, #429, to work on those changes. Once the pull request is ready, I'll request review from you. |
|
@copilot fix up the title and description of this PR |
|
@thomasturrell I've opened a new pull request, #430, to work on those changes. Once the pull request is ready, I'll request review from you. |
thomasturrell
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comments attempt to resolve in separate pr
|
@thomasturrell I've opened a new pull request, #431, to work on those changes. Once the pull request is ready, I'll request review from you. |
…nd race conditions (#431)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 7 comments.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…/xapi-java into thomasturrell-patch-3
|



What
Amends GitHub Actions workflow (.github/workflows/release.yml) to fully automate creating a release from a GitHub draft release and deploying artifacts to Maven Central using the Maven Release Plugin.
Why
Automates the repetitive release steps (version bump, tag, build, sign, deploy) to reduce human error and streamline release process.
Ensures consistent release tagging (vX.Y.Z), artifact upload, and publishing of the GitHub Release.
Key behaviour / highlights
Files changed
.github/workflows/release.yml