We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 448bfaf commit 7be9485Copy full SHA for 7be9485
doc/release-checklist.md
@@ -37,6 +37,7 @@
37
38
- [ ] Create a tag and push it: `git tag vX.Y.Z; git push origin tag vX.Y.Z`.
39
This will trigger the deployment via GitHub Actions.
40
+ REMINDER: If your `origin` is a fork, don't forget to push to e.g. `upstream` instead!
41
- [ ] Go to https://github.com/sharkdp/bat/releases/new to create the new
42
release. Select the new tag and also use it as the release title. For the
43
release notes, copy the corresponding section from `CHANGELOG.md` and
0 commit comments