git-release: update (#6101)

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

View File

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