mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-10-31 15:12:12 +00:00 
			
		
		
		
	doc/release-checklist.md: Recommend git push origin tag vX.Y.Z (#1815)
This commit is contained in:
		| @@ -45,7 +45,7 @@ See this page for a good overview: https://deps.rs/repo/github/sharkdp/bat | |||||||
|  |  | ||||||
| ## Release | ## 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. |       This will trigger the deployment via GitHub Actions. | ||||||
| - [ ] Go to https://github.com/sharkdp/bat/releases/new to create the new | - [ ] 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. Select the new tag and also use it as the release title. For the | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user