Documentation
¶
Overview ¶
Command increaseversion bumps the semantic version in version.txt — the single source of truth for aptbase's build version (see docs/version.md).
Usage:
go run ./tools/increaseversion.go [patch|minor|major]
It defaults to a patch bump. Run it at the end of a successful release so the next build gets a fresh version, then tag the commit to match (e.g. `git tag v$(cat version.txt)`) so `go install ...@latest` reports the same version.
This lives under tools/ in package main, so it is never compiled into the aptbase binary and adds no dependency to consumers.
Click to show internal directories.
Click to hide internal directories.