How to regenerate changelog using standard-version

I had a very short project (a dozen commits) which I wanted to convert to use conventional commits. Let me describe this non-conventional procedure I had to follow. Introduction I wrote an introduction to conventional commits and standard-version in the previous post: Repository The first step was editing all commit messages to align them with the convention (git rebase -i <first commit>). Next, I moved all existing tags to the new commits. After editing the messages, the history was rewritten … Continue reading How to regenerate changelog using standard-version