
git-release
List of commands for git-release:
-
git-release:tldr:9b178 git-release: Create and push a release.$ git release ${tag_name}try on your machineexplain this command
-
git-release:tldr:cb50f git-release: Create and push a release with a message.$ git release ${{tag_name}} -m "${message}"try on your machineexplain this command
-
git-release:tldr:e3e5e git-release: Create and push a signed release.$ git release ${tag_name} -stry on your machineexplain this command