npx quick-tag
Node CLI for quickly tagging releases and pushing them to GitHub.
Quick tag uses your package.json version number and last commit message as defaults to allow for tags to be pushed quickly and easily.
Both can also be customised by the user to perfect the version and message for the release.
git clone https://github.com/barclayd/quick-tag.git
cd quick-tag
npm i
npm run dev
npm build
npm run npx-publish