- Build
vaultenv
withstack
. Run the tests. - Increment the
version
field inpackage.yaml
- Create a git commit
- Tag:
git tag -a v<VERSION>
. Write a changelog. git push origin master --tags
- Build the static version of
vaultenv
and the Debian package by runningnix shell --file default.nix -c ./package/build_package.sh
. - Go to https://github.com/channable/vaultenv/releases
- Click "Draft a new release". Add the binary from the Nix output and the .deb package.