publicarius
v0.0.10
Published
simple tool to automate version increment when publishing to npm
Downloads
6
Readme
Publicarius
Simple yet handy tool that automatically increase package version and and reminding you to add information about new version to the changelog in README.md file.
Development of this tool was kindly supported by http://platinum.fund
Quickstart
npm i --save-dev publicarius
From package.json
{
"scripts": {
"minor": "publicarius minor",
"major": "publicarius major",
"release": "publicarius release"
}
}
Form command line inside npm project's dir
publicarius minor
publicarius major
publicarius release
Changelog
0.0.9
- bug fixes
- minor documentation updates
0.0.8
- minor documentation updates
0.0.7
- publicarius will not allow to publish versions before changelog is updated
- publicarius now runs npm publish internally
- some validations added
0.0.4
- version names is to match typical naming
- validation of the version name
0.0.1
- simple initial version
Roadmap
- run tests before commit
- changelogs based on commits