Skip to content

Fixed to support hotfix branch releases#46

Merged
jrsaruo merged 1 commit intodevelopfrom
maintenance/release-draft-for-hotfix
May 3, 2026
Merged

Fixed to support hotfix branch releases#46
jrsaruo merged 1 commit intodevelopfrom
maintenance/release-draft-for-hotfix

Conversation

@jrsaruo
Copy link
Copy Markdown
Owner

@jrsaruo jrsaruo commented May 3, 2026

Fixed issues

  • Fixed that the release workflow does not work correctly when the hotfix branch is merged.

@jrsaruo jrsaruo self-assigned this May 3, 2026
@jrsaruo jrsaruo added the maintenance Maintenance such as refactoring, tests or CI label May 3, 2026
@jrsaruo jrsaruo requested a review from Copilot May 3, 2026 15:06
@codecov
Copy link
Copy Markdown

codecov Bot commented May 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.92%. Comparing base (59cd5fc) to head (7db5a36).
⚠️ Report is 3 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop      #46   +/-   ##
========================================
  Coverage    87.92%   87.92%           
========================================
  Files           13       13           
  Lines          414      414           
========================================
  Hits           364      364           
  Misses          50       50           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Release GitHub Actions workflow so it can correctly draft releases when PRs from hotfix-* branches are merged into main, not just release-* branches.

Changes:

  • Derive the release version from either release-x.y.z or hotfix-x.y.z branch names.
  • Add explicit validation and actionable error messages when the branch naming/version format is invalid.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@jrsaruo jrsaruo merged commit 6dffa29 into develop May 3, 2026
9 checks passed
@jrsaruo jrsaruo deleted the maintenance/release-draft-for-hotfix branch May 3, 2026 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenance Maintenance such as refactoring, tests or CI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants