1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 12:45:59 +02:00

git-release: update (#6101)

This commit is contained in:
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

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}}"`