Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

tamiadev/tamia-changelog

Repository files navigation

tamia-changelog

Build Status

Change log draft generator for semantic-release-tamia.

Release process

  1. 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.

  2. Rewrite your change log to make it valuable for your users.

  3. 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.

Change log

The change log can be found on the Releases page.

Contributing

Everyone is welcome to contribute. Please take a moment to review the contributing guidelines.

Authors and license

Artem Sapegin and contributors.

MIT License, see the included License.md file.