fix: invalid version bump and body generation#101
Conversation
Signed-off-by: Ruben Romero Montes <rromerom@redhat.com>
ⓘ You are approaching your monthly quota for Qodo. Upgrade your plan PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||||
ⓘ You are approaching your monthly quota for Qodo. Upgrade your plan PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||||
Signed-off-by: Ruben Romero Montes <rromerom@redhat.com>
PR Type
Bug fix
Description
Remove premature
release:update-versionscall before tag creationUse commit SHA instead of branch name for release tag target
Move version bump to separate step after tag creation
Fix PR body generation by using environment variable
Diagram Walkthrough
File Walkthrough
release.yaml
Fix release workflow version bumping and tag creation.github/workflows/release.yaml
mvn release:update-versionsfrom initial version setup stepid: release_branchto capture commit SHA for accurate tagtargeting
target_commitishfrom branch name to commit SHA referencerelease:update-versionsto new "Bump to next developmentversion" step
heredoc