Skip to content

Commit

Permalink
Add issue template for releasing a version
Browse files Browse the repository at this point in the history
  • Loading branch information
lippserd committed Jun 29, 2022
1 parent 841230c commit 5349671
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Bug report
name: Bug Report
about: Create a report to help us improve
title: ''
labels: ''
Expand Down
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/release.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5349671

Please sign in to comment.