mirror of
https://github.com/matrix-org/sliding-sync.git
synced 2025-03-10 13:37:11 +00:00
Terse notes on how to release
This commit is contained in:
parent
697ac7a062
commit
3b14c056c8
@ -0,0 +1,7 @@
|
||||
0. Ensure that CI passes against the commit you want to release.
|
||||
1. Tag that release. The tag name should start with `v`. Push it to GitHub.
|
||||
2. GitHub should see tag and trigger [a GHA workflow](https://github.com/matrix-org/sliding-sync/actions/workflows/release.yml). It should:
|
||||
- build binaries,
|
||||
- create a draft release for this tag, and
|
||||
- uploads the binaries as artifacts to this release.
|
||||
3. 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.
|
Loading…
x
Reference in New Issue
Block a user