Skip to content

Latest commit

 

History

History
28 lines (28 loc) · 667 Bytes

RELEASING.md

File metadata and controls

28 lines (28 loc) · 667 Bytes
  1. Set a variable to the version number for convenience:
    ver=x.y.z
  2. Update the changelog:
    towncrier --version=$ver
  3. Push your changes:
    git add -u && git commit -m $ver && git push
  4. Sanity-check the changelog and update if need be.
  5. Create a signed tag for the relese:
    git tag -s v$ver
    Base the tag message on the changelog.
  6. Push the tag:
    git push origin tag v$ver
  7. Create release on GH project page:
    xdg-open https://github.com/matrix-org/sygnal/releases/edit/v$ver