From c8fb77e9d0318addfa384329701884c736a6f721 Mon Sep 17 00:00:00 2001 From: Mario Kruselj Date: Fri, 26 Aug 2022 01:22:35 +0200 Subject: [PATCH] Update release checklist template --- .github/ISSUE_TEMPLATE/release-checklist.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/release-checklist.md b/.github/ISSUE_TEMPLATE/release-checklist.md index 1053e1e9d67..87781f16ecc 100644 --- a/.github/ISSUE_TEMPLATE/release-checklist.md +++ b/.github/ISSUE_TEMPLATE/release-checklist.md @@ -7,15 +7,15 @@ assignees: '' --- Release label: XT x.y.z -Link to milestone: +Link to milestone: https://github.com/surge-synthesizer/surge/milestone/xx - [ ] Address all open issues for the milestone - [ ] Update the changelog - [ ] Update the manual - [ ] Create git markers - - [ ] create a branch named `release-xt/x.y.z` - - [ ] sign a tag with `git tag -s release_1.6.3 -m "Create signed tag"`, probably after running `gpg --output x.sig --sign CMakeLists.txt` to open your GPG sig again - - [ ] push both the branch and tag to upstream + - [ ] Create a branch named `release-xt/x.y.z` + - [ ] Sign a tag with `git tag -s release_xt_x.y.z -m "Create signed tag"`, probably after running `gpg --output x.sig --sign CMakeLists.txt` to open your GPG sig again + - [ ] Push both the branch and tag to upstream - [ ] Update and announce - - [ ] Update home-brew [doc](https://github.com/surge-synthesizer/surge/tree/master/doc) + - [ ] Update homebrew [doc](https://github.com/surge-synthesizer/surge/tree/master/doc) - [ ] Post to KvR thread, Facebook, Discord, etc.