Hey! This Package is a changelogs-cli package that creates automatic changelogs that supports Conventional Commits. Since we use Bitbucket, we needed something like this and I wanted to share it publicly in case you need it too.
If comments comply with conventional commit rules, they are supported with emoji.
[
"feat": "โ
",
"fix": "๐",
"build": "๐",
"chore": "๐",
"docs": "๐",
"style": "๐จ",
"refactor": "๐ท",
"perf": "โก๏ธ",
"test": "๐งช",
"merge": "๐",
"revert": "โช๏ธ"
]
pip install changelogs-cli
First, let's get into the current your repository.
Example;
cd /home/repository/
Example usage is as follows.
changelogs example/commits/
(this should be commit link to show reference on changelogs md.)
i will use this repo for example ; https://github.com/qoomon/git-conventional-commits
The sample check logs are as follows : Check it!