You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add 'tag-version' target to create annotated git tags
- Add 'create-release' target for complete release workflow
- Enhance 'bump-version' with reminders about CHANGELOG and tagging
- Tag format: vX.Y.Z (e.g., v0.0.10)
- Prevents duplicate tags with validation
- Provides helpful reminders for manual steps
Usage:
make tag-version # Create tag for current version
make create-release VERSION=0.1.0 # Full release workflow
0 commit comments