diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-12-06 17:07:51 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2022-12-06 17:07:51 +0100 |
commit | 31e3c7d6fd5ce6c009ef2b7025aa1de43050ca2e (patch) | |
tree | 9f14de88e89b54bb81640d0922ef804728cd5506 | |
parent | 758c2fdbfe93ab5d3582cc83dfef80f20387630b (diff) |
Mention Discourse
-rw-r--r-- | maintainers/release-process.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/maintainers/release-process.md b/maintainers/release-process.md index e1f8e7d75..759e80d3c 100644 --- a/maintainers/release-process.md +++ b/maintainers/release-process.md @@ -79,7 +79,7 @@ release: * Push the release branch: ```console - $ git push + $ git push --set-upstream origin $VERSION-maintenance ``` * Create a jobset for the release branch on Hydra as follows: @@ -151,6 +151,9 @@ release: from the previous milestone, and close the previous milestone. Set the date for the next milestone 6 weeks from now. +* Post an announcement on Discourse, including the contents of + `rl-$VERSION.md`. + ## Creating a point release * Wait for the desired evaluation of the maintenance jobset to finish |