You've already forked goreleaser
							
							
				mirror of
				https://github.com/goreleaser/goreleaser.git
				synced 2025-10-30 23:58:09 +02:00 
			
		
		
		
	Merge pull request #241 from goreleaser/readme-push-tag
Mention in docs to push the new tag.
This commit is contained in:
		| @@ -116,10 +116,10 @@ $ export GITHUB_TOKEN=`YOUR_TOKEN` | |||||||
| ``` | ``` | ||||||
|  |  | ||||||
| GoReleaser uses the latest [Git tag](https://git-scm.com/book/en/v2/Git-Basics-Tagging) of your repository. | GoReleaser uses the latest [Git tag](https://git-scm.com/book/en/v2/Git-Basics-Tagging) of your repository. | ||||||
| Create a tag: | Create a tag and push it to GitHub: | ||||||
|  |  | ||||||
| ```console | ```console | ||||||
| $ git tag -a v0.1.0 -m "First release" | $ git tag -a v0.1.0 -m "First release" && git push origin v0.1.0 | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| **Note**: we recommend the use of [semantic versioning](http://semver.org/). We | **Note**: we recommend the use of [semantic versioning](http://semver.org/). We | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user