Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 538 Bytes

RELEASE.md

File metadata and controls

12 lines (11 loc) · 538 Bytes

How to release vaultenv

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