doc/release-checklist.md: Recommend git push origin tag vX.Y.Z (#1815)

This commit is contained in:
Martin Nordholts 2021-08-23 20:08:04 +02:00 committed by GitHub
parent c86a179412
commit 12dfbdc400
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ See this page for a good overview: https://deps.rs/repo/github/sharkdp/bat
## Release
- [ ] Create a tag and push it to the remote `git tag vX.Y.Z; git push --tags`.
- [ ] 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.
- [ ] 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