Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 1.54 KB

RELEASING.md

File metadata and controls

19 lines (18 loc) · 1.54 KB
  1. Ensure that CI passes against the commit you want to release.
  2. Bump the version string in cmd/syncv3.main.go to the new version. Commit.
  3. Tag that commit. The tag name should start with v. Push it to GitHub.
  4. After the tag is pushed, Github will see the tag and trigger a GHA workflow. It should
  5. GitHub should also trigger a second GHA workflow, which:
    • builds binaries,
    • creates a draft release for this tag, and
    • uploads the binaries as artifacts to this release.
  6. Go to https://github.com/matrix-org/sliding-sync/releases/ to find your release.
    • Edit it in place (do not create a new release).
    • Check that the binaries are attached successfully.
    • Write release notes.
    • Wait for the docker build to finish. This takes ~10 minutes; check the GHA workflow and the (check packages repo).
    • Publish when you're happy with the release notes.

That's it. Relax, take a deep breath, pat yourself on the back, then move on with your life.