Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 642 Bytes

File metadata and controls

19 lines (14 loc) · 642 Bytes

Releasing

These are the steps to take for releasing a new version.

Before Releasing...

  • Check if the current protocol version needs to be bumped
  • Review changes since last release

Publishing

  • Run cd website && npm run publish-update-client
  • Fill out new version and release notes
  • Git push new code generated by publish-update-client EXCEPT FOR latest.json and latest.json.sig
  • Run make release-artifacts
  • Create a new release on GitHub with release notes all files generated by release-artifacts
  • Publish the release
  • Git push latest.json and latest.json.sig
  • In AUR package, run ./update.sh