Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 613 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 613 Bytes

Quick Tag

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.

Develop locally

git clone https://github.com/barclayd/quick-tag.git
cd quick-tag
npm i
npm run dev

Build

npm build

Publish new package

npm run npx-publish