changelogen icon indicating copy to clipboard operation
changelogen copied to clipboard

Add the possibility to only generate the changelog and publish it on Github without bumping the version

Open LouisMazel opened this issue 2 years ago • 0 comments

Describe the feature

Because the mono repository is not supported, I bump all my package versions independently and then I want to generate my changelog and publish it to Github with changelogen to take advantage of its simplicity and its beautiful format.

Today it's not possible to do it without bumping the version. It's only possible to "display only".

As I describe here, I found the solution but it's a little bit tricky: https://github.com/unjs/changelogen/issues/85#issuecomment-1826893062

Maybe you can open this option. I think you just need to edit this line, just bump when the --bump argument is present or add a new option to just handle generating, publishing, updating and such of the changelog. https://github.com/unjs/changelogen/blob/176cb67ba4267d7a5cc64ad60aa823a02584c535/src/commands/default.ts#L69C3-L69C35

I can do a PR, let me know.

Additional information

  • [X] Would you be willing to help implement this feature?

LouisMazel avatar Nov 29 '23 02:11 LouisMazel