Conventional Changelog CLI #1235
Replies: 2 comments 4 replies
-
We may have to rebase the whole repository with the updated commit messages that adhere to Commitlint standards. Or, we can squash all previous commits (I would not recommend this). Then, we can easily generate the changelog. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your contribution and please excuse the late reply. I currently have it set up so that the changelog is generated automatically, which has definitely saved me time. Since all changes are currently only squashed via PR I can control quite well how the squashed commit messages - and thus the entries in the changelog look like. From my point of view this is sufficient for now. I also don't want to overcontrol how the commit messages should look like. |
Beta Was this translation helpful? Give feedback.
-
I am thinking, that if we have Husky, Lint Staged, Commitlint, and Conventional Changelog CLI, that would make the whole CI process much easier for you @PKief . What are your thoughts. I am very new to all of the above but I am willing to learn and give it a shot.
Beta Was this translation helpful? Give feedback.
All reactions