From 12dfbdc400ac37d990d2443b9b9fc8f71bc7758d Mon Sep 17 00:00:00 2001 From: Martin Nordholts Date: Mon, 23 Aug 2021 20:08:04 +0200 Subject: [PATCH] doc/release-checklist.md: Recommend git push origin tag vX.Y.Z (#1815) --- doc/release-checklist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/release-checklist.md b/doc/release-checklist.md index af0c71fa..216cf7cb 100644 --- a/doc/release-checklist.md +++ b/doc/release-checklist.md @@ -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