logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Create Git Release - Tag Releases with Command Line | Online Free DevTools by Hexmos

Create Git releases effortlessly with git-release command. Tag your commits, manage release versions and push to remote repositories. Free online tool, no registration required.

git-release

Create a Git tag for a release. Part of git-extras. More information: https://manned.org/git-release.

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

See Also