All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Use self to generate a changelog - 37
- add a new changelog type for tests
- update simple-git for security issue
- fix duplicated line in changelog when no issue number
- fix fs use of URL on Windows
- better handling of branch number beginning by 0 or by letters
- clarify how to link an issue from a branch number
- cleanup:
- divide into several files
- make changelogify an ESM
- lint
- check for missing config before
add
andrelease
commands
- add default command option in config
- fix error on release auto commit when
unrealeased
directory is missing
- do not throw error at release when
unrealeased
directory is missing
- process exits with non-zero code if an error occurs
- synchronous writing in changelog file at release
- fix urls in package.json for npm package
- throw error when JSON changelog files have wrong format
- remove changelog messages trailing spaces
- display helper when wrong cli argument submitted
- add license
- initial release