You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: