Bump version and create release
releasecommandsetup L1★1,522
mediar-ai/terminator ↗What it does
Version bump, changelog, tag, and push production release
Best for
Atomic production releases with changelog automation and version auto-detection
Inputs
- · current version from package.json or VERSION file
- · commits since last tag
Outputs
- · new git tag
- · pushed to main with --follow-tags
- · new semantic version
Requires
- · git
- · npm or custom release script
Preconditions
- · on main or master branch
- · no uncommitted changes
- · last tag exists
Failure modes
- · git push fails
- · version detection error
- · user cancels confirmation
Trust signals
- · SemVer auto-bump from commits
- · dry-run preview
- · user confirmation before push