Documentation
¶
Overview ¶
Command release bumps the semver tag, updates VERSION, and pushes. Also moves the floating "latest" git tag to the same commit as the version tag.
Usage:
go run ./cmd/release # patch bump (default) go run ./cmd/release -bump=minor go run ./cmd/release -bump=major go run ./cmd/release -version=v0.2.0 # explicit go run ./cmd/release -dry-run
Click to show internal directories.
Click to hide internal directories.