bag-and-tag
v1.0.2
Published
NodeJS task for publishing a project. Intended to be used in NPM script.
Downloads
1
Readme
Bag And Tag
NodeJS task for publishing a project. Intended to be used in NPM script.
The workflow is set for my personal projects. I plan to add the support for per-project configuration. In the meantime, use at your own risk.
Install
npm install bag-and-tag
How to use it
Add task to your package.json
:
{
"scripts": {
"release": "./node_modules/.bin/bag-and-tag"
}
}
Then, when you want to release a new version of the project:
npm run release
Bug reports, feature requests and contact
If you found any bugs, if you have feature requests or any questions, please, either file an issue at GitHub or send me an e-mail at [email protected].
License
This library is published under the MIT license.