0.0.3 • Published 4 years ago

changelog-mastery v0.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

Command-line usage

Once this module is installed, putting changelog-mastery into package.json, for example "scripts": { "version": "changelog-mastery" }. When running npm version <version>, this will create or append a new version of CHANGELOG.md according to your Git log and automatically commit the change into Git repository.

Running changelog-mastery --dry-run will print out the new CHANGELOG.md to your terminal but will not overwrite the actual file.

Sample of CHANGELOG.md

## 0.0.2 - 2019-12-05
- Fix typos.

## 0.0.1 - 2019-12-01
- Release publicly.
0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago