Skip to content

Commit

Permalink
Merge pull request #1073 from pljones/bugfix/release-process-release-…
Browse files Browse the repository at this point in the history
…tagging

Fixes 1042: Clarify release tagging
  • Loading branch information
pljones authored Dec 23, 2024
2 parents 08eebe0 + d607777 commit 26022c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contribute/en/Release-Process.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,10 +305,10 @@ Current state: <!-- Planning|Translations (beta)|Code freeze (rc)|Released -->
- [ ] [Tag a release candidate](https://jamulus.io/contribute/Release-Process#steps-for-a-specific-release) (inform emlynmac for signing on macOS and upload signed binary from his repo to ours).
- [ ] Announce the release candidate on Github Discussions. Pin the thread. Unpin and lock the beta thread.
- [ ] Draft an announcement, include all contributors via `tools/get_release_contributors.py`
- [ ] [Update the version number in `Jamulus.pro` and add the release date to the Changelog header and commit](https://jamulus.io/contribute/Release-Process#steps-for-a-specific-release)
- [ ] [Update the Changelog](https://jamulus.io/contribute/Release-Process#updating-the-changelog)
- [ ] Tag this commit as `r3_y_z`
- [ ] Wait for the build to complete
- [ ] [Tag the release version](https://jamulus.io/contribute/Release-Process#steps-for-a-specific-release):
- [ ] Update the version number in `Jamulus.pro` and add the release date to the Changelog header and commit.
- [ ] Wait for the release build to complete.
- [ ] Contact emlynmac for signing on macOS and upload signed binary [from his](https://github.com/emlynmac/jamulus/releases/) repo [to ours](https://github.com/jamulussoftware/jamulus/releases).
- [ ] Do a smoke test for Windows/Mac/Linux -- Do the binaries start/connect properly? Can earlier Jamulus versions properly connect to a server based on the new release?
- [ ] [Force tag that tag as `latest` and push.](https://jamulus.io/contribute/Release-Process#if-this-is-a-proper-release-move-the-latest-tag)
Expand Down

0 comments on commit 26022c1

Please sign in to comment.