Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 task done
LouisMazel opened this issue Nov 29, 2023 · 0 comments

Comments

@LouisMazel
Copy link
Contributor

LouisMazel commented Nov 29, 2023

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:
#85 (comment)

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

  • Would you be willing to help implement this feature?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant