git release
Create a Git tag for a release.
Part of `git-extras`.
- Create and push a release:
git release {tag_name}
- Create and push a signed release:
git release {tag_name} -s
- Create and push a release with a message:
git release {{tag_name}} -m "{message}"
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).