Change log draft generator for semantic-release-tamia.
-
Generate a change log draft by runnig
npx tamia-changelog
. It will create a file with all important commits for the release grouped by type (breaking changes, new features and bugfixes) and open it in your default editor. -
Rewrite your change log to make it valuable for your users.
-
Commit the change log by running
npx tamia-changelog commit
. It will make a commit without changes (git commit --allow-empty
) of type Changelog and change log in commit message body.
The change log can be found on the Releases page.
Everyone is welcome to contribute. Please take a moment to review the contributing guidelines.
Artem Sapegin and contributors.
MIT License, see the included License.md file.