Skip to content
Snippets Groups Projects
release-howto.rst 569 B

Release procedure

  1. 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.
  2. Tag the release
  3. Build the latest builder image:

` make builder_image `

  1. 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 `

  1. Build the windows installer:

(TBD)

  1. Build the OSX package:

(TBD)

  1. Build the debian package:

(TBD)