Add Automated Release workflow: prepare/perform Maven releases and publish draft releases#427
Add Automated Release workflow: prepare/perform Maven releases and publish draft releases#427thomasturrell merged 13 commits intomainfrom
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.
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.
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)
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