summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Peter <sharkdp@users.noreply.github.com>2022-11-01 21:36:30 +0100
committerGitHub <noreply@github.com>2022-11-01 21:36:30 +0100
commit715f0a9e4445a369e7f3988fd73bb82949c69979 (patch)
tree76f6f241777ab875f41575fd0da2acb1250f5d7a
parentbab77275ece71df6ece197e5c96df451d49f9e33 (diff)
Update release checklist
-rw-r--r--doc/release-checklist.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/release-checklist.md b/doc/release-checklist.md
index 9983304..b11e75d 100644
--- a/doc/release-checklist.md
+++ b/doc/release-checklist.md
@@ -31,6 +31,7 @@ necessary changes for the upcoming release.
## Release
+- [ ] Merge your release branch (should be a fast-forward merge).
- [ ] Create a tag and push it: `git tag vX.Y.Z; git push origin tag vX.Y.Z`.
This will trigger the deployment via GitHub Actions.
REMINDER: If your `origin` is a fork, don't forget to push to e.g. `upstream`
@@ -49,15 +50,17 @@ necessary changes for the upcoming release.
- [ ] Prepare a new *"Upcoming release"* section at the top of `CHANGELOG.md`.
Put this at the top:
- ```
+
# Upcoming release
## Features
+
## Bugfixes
+
## Changes
+
## Other
- ```