Forrest logo
back to context overview

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 machine
    explain 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 machine
    explain this command
  • git-release:tldr:e3e5e git-release: Create and push a signed release.
    $ git release ${tag_name} -s
    try on your machine
    explain this command
back to context overview