sliding-sync/RELEASING.md
2023-10-11 15:13:29 +01:00

588 B

  1. Ensure that CI passes against the commit you want to release.
  2. Tag that release. The tag name should start with v. Push it to GitHub.
  3. GitHub should see tag and trigger a GHA workflow. It should:
    • build binaries,
    • create a draft release for this tag, and
    • uploads the binaries as artifacts to this release.
  4. Go to https://github.com/matrix-org/sliding-sync/releases/ to find your release. Check that the binaries are attached successfully. Write release notes. When you're happy, publish.