Skip to content

feat(release): add make bump target for version bumping#645

Merged
LaikaN57 merged 2 commits intomainfrom
feat/make-bump-target
Feb 25, 2026
Merged

feat(release): add make bump target for version bumping#645
LaikaN57 merged 2 commits intomainfrom
feat/make-bump-target

Conversation

@LaikaN57
Copy link
Member

Summary

  • Add make bump VERSION=<major|minor|patch> target that auto-increments the version, creates a branch, commits, pushes, and opens a draft PR
  • Add scripts/bump_version.py helper script for version parsing and incrementing
  • Add release scope to PR lint config

Usage

make bump VERSION=patch    # 5.0.1 -> 5.0.2
make bump VERSION=minor    # 5.0.1 -> 5.1.0
make bump VERSION=major    # 5.0.1 -> 6.0.0

Test plan

  • Run make bump VERSION=patch on a clean checkout of main
  • Confirm kingpin/version.py was edited correctly
  • Confirm branch, commit, push, and draft PR all succeeded
  • Confirm PR title passes the prlint.yml check
  • Clean up test branch and PR

🤖 Generated with Claude Code

LaikaN57 and others added 2 commits February 25, 2026 01:10
Add a `make bump VERSION=<major|minor|patch>` target that auto-increments
the version in kingpin/version.py, creates a branch, commits, pushes,
and opens a draft PR with conventional commit title.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@LaikaN57 LaikaN57 marked this pull request as ready for review February 25, 2026 09:11
@LaikaN57 LaikaN57 merged commit 8948e1f into main Feb 25, 2026
5 checks passed
@LaikaN57 LaikaN57 deleted the feat/make-bump-target branch February 25, 2026 09:15
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