Documentation
¶
Overview ¶
Command release holds the version and changelog steps of scripts/release.sh, which runs it from the repository root:
go run ./scripts/release current print GOMEGA_VERSION
go run ./scripts/release next patch|minor print the version a bump would produce
go run ./scripts/release prepare X.Y.Z release ## Unreleased as ## X.Y.Z, set GOMEGA_VERSION, and
stamp the plugin manifests
go run ./scripts/release notes X.Y.Z print the body of ## X.Y.Z (the GitHub release notes)
See RELEASING.md.
Click to show internal directories.
Click to hide internal directories.