Skip to content

fix: compute release bumps#30

Merged
satyaborg merged 1 commit into
mainfrom
fix/release-bump-arguments
May 30, 2026
Merged

fix: compute release bumps#30
satyaborg merged 1 commit into
mainfrom
fix/release-bump-arguments

Conversation

@satyaborg

Copy link
Copy Markdown
Owner

Summary

  • Change release.sh to accept patch, minor, or major instead of a manually supplied version.
  • Compute the next SemVer value from VERSION and show current/next values in dry-run output.
  • Update docs and tests for bump-based releases.

Test plan

  • bash tests/devloop_test.sh
  • ./release.sh patch --dry-run
  • ./release.sh minor --dry-run
  • ./release.sh major --dry-run
  • ./release.sh 0.1.1 --dry-run
  • git diff --check

@satyaborg satyaborg merged commit 28f4fe3 into main May 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant