To make a release, you should do the following:
- Make sure all changes are documented in the Release Notes.
- Bump up/adapt the version number that is declared in
cli.tcl
. - Make binaries using the script in the
make
sub-directory. - Tag the release in git using:
git tag -a -m "Version vX.Y" vX.Y
. - Push the tag to the main repository:
git push --tags
.