From 53496712d98a2015734dfb77fdbdee1b44924e35 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Thu, 23 Jun 2022 10:21:20 +0200 Subject: [PATCH] Add issue template for releasing a version --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/release.md | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/release.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 595ffe4ef..706315d9f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,5 +1,5 @@ --- -name: Bug report +name: Bug Report about: Create a report to help us improve title: '' labels: '' diff --git a/.github/ISSUE_TEMPLATE/release.md b/.github/ISSUE_TEMPLATE/release.md new file mode 100644 index 000000000..5a5f580a6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/release.md @@ -0,0 +1,19 @@ +--- +name: [INTERNAL] Release +about: Release a version +title: 'Release Version v$version' +labels: '' +assignees: '' + +--- + +# Release Workflow + +- [ ] Check that the `.mailmap` and `AUTHORS` files are up to date +- [ ] Update `internal/version.go` +- [ ] Update `CHANGELOG.md` +- [ ] Create and push a signed tag for the version +- [ ] Build packages +- [ ] Create release on GitHub +- [ ] Update public docs +- [ ] Announce release