- The library uses
module.exports
to export entities keeping Common.js module requiring without.default
. raise
npm script is fixed.- Examples in docs are fixed.
- Source code is migrated to TypeScript. (#7)
- Tests are provided. (#1)
- Configuration is described in
README.md
. (#2)
- Updating changelog file is fixed.
- Detecting start line of changes for new version in changelog is fixed for multiline changelist items.
- Options
commit
andmerge
are added in order to make commiting todevelopment
branch and merging intorelease
branch independent. - Alias
c
ofchangelog
CLI option is changed tol
.
- Don't validate
release
onskipUpdate
.
- Option
all
to commit all changes is supported. - Option
skipPackage
is renamed toskipUpdate
.
- Initial release.