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

Show changelog only for changes in a subfolder #149

Open
davidsneighbour opened this issue May 12, 2024 · 1 comment
Open

Show changelog only for changes in a subfolder #149

davidsneighbour opened this issue May 12, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@davidsneighbour
Copy link

I have a mono repo which sets up various modules in subfolders:

/modules/module1
/modules/module2
...

With tags formatted as modules/module1/v1.2.3 and modules/module2/v1.2.3.

Is it possible to enable changelog generation that loads only those changes within one of these folders between tags with that name? I am able to retrieve the current tag and the next tag, so that would probably just be done with CLI parameters, but I am unsure about the changelog generation. Is there a way to "pipe" a custom list of commits into the script?

@davidsneighbour davidsneighbour added the question Further information is requested label May 12, 2024
@TimothyJones
Copy link
Member

I don’t believe there currently is an easy way, but I agree, this would be a clearly useful use case

@TimothyJones TimothyJones added enhancement New feature or request and removed question Further information is requested labels May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants