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

proposal: allow of a more flexibel way of adding more information to parsed commit messages #338

Open
hvanoch opened this issue Apr 29, 2022 · 0 comments

Comments

@hvanoch
Copy link

hvanoch commented Apr 29, 2022

The release-notes-generator is responsible of parsing commit messages into an object and writing release notes.

There is currently no easy way of adding custom code to enhance the parsed commit message. Like adding more information/references.

The use case I have is that we need to link service desk tickets as references to the commit. This is based on the our internal JIRA ticket number. The internal ticket number is correctly parsed. What I now want to do is parse the JIRA ticket number, call the JIRA API and check for linked service desk tickets and add them as reference.

Currently there is no way of doing this without creating a completely custom module. I believe it would be useful if there would be an extra step between parsing and writing where custom plugins/modules can perform transformation on the commit objects. Each plugin can then do there own custom thing.

What do you think?

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