All notable changes to this project will be documented in this file.
- Added test for complete test coverage ‧ BAC-931
- Added GitHub Actions in order to standardize CI (added test flow and release flow) ‧ BAC-931
- Improved documentation ‧ BAC-931
- Added ESLINT standard code style ‧ BAC-931
- Added
.changescriberc
to configure this tool execution within a specific project and without always passing arguments ‧ BAC-931
- [breaking] Renamed package from
changelogger
tochangescribe
‧ BAC-931 - Published package as
changescribe
to npmjs ‧ BAC-931
- [breaking] Removed
includeCommits
for wrong implementation: it should be reimplemented with tags checks in future ‧ BAC-931
- Added
explore
command for exploring changelogs generated by this tool - Added
--createOutputIfNotFound
flag togenerate
command default totrue
- Added
--taskUrlTemplate
flag to customize task url templates
generate
is now the default command