Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 383 Bytes

File metadata and controls

10 lines (9 loc) · 383 Bytes

How to release vaultenv

  1. Increment the version field in package.yaml
  2. Create a git commit
  3. Tag: git tag -a v<VERSION>. Write a changelog.
  4. git push origin master --tags
  5. Travis now builds a new release.
  6. Go to https://github.com/channable/vaultenv/releases
  7. Click "Draft a new release"
  8. Paste the changelog. The binaries should be there already.