From d607777378a96021829cbe8761cd2ed170d708b3 Mon Sep 17 00:00:00 2001 From: Peter L Jones Date: Wed, 18 Dec 2024 10:58:14 +0000 Subject: [PATCH] Fixes 1042: Clarify release tagging --- contribute/en/Release-Process.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contribute/en/Release-Process.md b/contribute/en/Release-Process.md index d63fa70e2..306674f20 100644 --- a/contribute/en/Release-Process.md +++ b/contribute/en/Release-Process.md @@ -305,10 +305,10 @@ Current state: - [ ] [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)