Skip to content

Commit

Permalink
release-checklist: Remind where to push tags in forks
Browse files Browse the repository at this point in the history
  • Loading branch information
Enselic authored and sharkdp committed Feb 27, 2022
1 parent 448bfaf commit 7be9485
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/release-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@

- [ ] 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` instead!
- [ ] Go to https://github.com/sharkdp/bat/releases/new to create the new
release. Select the new tag and also use it as the release title. For the
release notes, copy the corresponding section from `CHANGELOG.md` and
Expand Down

0 comments on commit 7be9485

Please sign in to comment.