blob: f5625ba3b184ec7260af522b4d75ef972d96c083 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
|