Documentation ¶
Overview ¶
Tool to increment the version number, read and write rbxmk/version.go, then create and tag a commit. Must run in root of repo.
Increment major version:
go run _tools/version.go +major
Increment minor version:
go run _tools/version.go +minor
Increment patch version:
go run _tools/version.go +patch
Set version directly:
go run _tools/version.go 0.0.0
After confirming commit, push to remote:
go run _tools/version.go push
Click to show internal directories.
Click to hide internal directories.