@lhechenberger/automated-release
v0.1.19
Published
Automatic changelog and GitHub release generator, npm publisher
Downloads
15
Readme
@lhechenberger/automatic-release
Automatic changelog and GitHub release generator, npm publisher
Features
- Creates conventional-changelogs based on git commit messages.
- Creates annotated git tags.
- Creates GitHub releases.
- Publishes to npm
Installation
npm install --save-dev @lhechenberger/automatic-releases
Usage
- Run
node ./node_modules/automatic-releases --help
for command line options. - Take a look at this repository for an example.