Skip to content

Skip dev version bump for pre-release versions#408

Merged
blink1073 merged 1 commit intoCalysto:mainfrom
blink1073:fix-version-bump
Mar 20, 2026
Merged

Skip dev version bump for pre-release versions#408
blink1073 merged 1 commit intoCalysto:mainfrom
blink1073:fix-version-bump

Conversation

@blink1073
Copy link
Copy Markdown
Contributor

References

Description

When releasing an rc, beta, or alpha version, the release workflow was incorrectly bumping back to a dev version afterward. Pre-release versions should not trigger a dev version bump — only full releases should.

Changes

  • Added if conditions to the "Bump to dev version" and "Commit dev version bump" steps in .github/actions/release/action.yml to skip them when the released version contains rc, beta, or alpha.

Backwards-incompatible changes

None

Testing

N/A

AI usage

  • Some or all of the content of this PR was generated by AI.
  • The human author has carefully reviewed this PR and run this code.
  • AI tools and models used: Claude Sonnet 4.6 (Claude Code)

@blink1073 blink1073 merged commit 4aef803 into Calysto:main Mar 20, 2026
22 checks passed
@blink1073 blink1073 deleted the fix-version-bump branch March 20, 2026 22:01
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.29%. Comparing base (413e7c7) to head (f50691d).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #408   +/-   ##
=======================================
  Coverage   90.29%   90.29%           
=======================================
  Files          51       51           
  Lines        2946     2946           
  Branches      414      414           
=======================================
  Hits         2660     2660           
  Misses        209      209           
  Partials       77       77           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant