changelog icon indicating copy to clipboard operation
changelog copied to clipboard

Question: generate CHANGELOG.md for existing git repo

Open bethmal opened this issue 3 years ago • 2 comments

Hi,

We have an existing gitlab repo. which contains many tags created previously. How can I configure semantic-release/changelog to create CHANGLOG.md for all of those previously created tags, not only for the latest version bumped by semantic-release?

Thanks.

bethmal avatar Jun 16 '21 02:06 bethmal

I have the same use case. Is it possible somehow?

Nosmoht avatar Jun 23 '22 14:06 Nosmoht

Yes, it is possible! I figured it out after a bunch of trial and error and finding the correct hint in the documentation. I documented it partially in one of my repositories: https://github.com/trallnag/testbench-semantic-release#regenerate-changelog

trallnag avatar Jun 27 '22 21:06 trallnag