RoryQ / cutver

Interactive prompt to set and push a semver tag

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cutver

For when you know what version to tag, and you want to cut a release in the annotated tag format.

Installation

go install github.com/roryq/cutver@latest

Usage

It is an interactive prompt that will populate the branch name and leave you to specify the tag. It assumes you are already on the correct branch and have fetched the latest changes.

Hit the Tag and Push button to execute the tag and push command, or ctrl+c or esc to exit.

demo

About

Interactive prompt to set and push a semver tag


Languages

Language:Go 100.0%