-
Kali Kaneko authored
this can be used from any build script to distinguish the version string that will be displayed (ie: 0.21.2-debian-1) - Resolves: #468
Kali Kaneko authoredthis can be used from any build script to distinguish the version string that will be displayed (ie: 0.21.2-debian-1) - Resolves: #468
release-howto.rst 569 B
Release procedure
- Bump the static release file in pkg/version. After a release, this should read something like 0.21.2+git. This file is used to generate version strings from tarballs.
- Tag the release
- Build the latest builder image:
`
make builder_image
`
- Build the snap package:
With everything ready on the docker image, this one should be built "in a snap" (badum-tsss).
`
make package_snap_in_docker
`
- Build the windows installer:
(TBD)
- Build the OSX package:
(TBD)
- Build the debian package:
(TBD)