git-release: add page (#6095)

manned-org^2
CleanMachine1 2021-06-06 20:07:52 +01:00 committed by GitHub
parent 62d3c28db4
commit b6b2d9a344
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# git release
> Create a Git release tag.
> Part of `git-extras`.
> More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-release>.
- Create and push a Git release:
`git release {{tag_name}}`
- Create and push a signed Git release:
`git release {{tag_name}} -s`
- Create and push a Git release with a message:
`git release {{{tag_name}}} -m "{{message}}"`