Is your feature request related to a problem? Please describe.
I have a lot of complex logic involved with formatting my changelog based on kind and custom key that could be eliminated if I could format more globally.
Describe the solution you'd like
A config to allow for post processing globally or at the kind level. An example use would be to format an issue number into a github issue url.
From #352
It should also have a per kind post process as well as a kind config to skip the global post process just like the skip global choices. I think it is also reasonable, for now anyway maybe it will change, to place these values inside the custom section of the generated yaml.
Describe alternatives you've considered
More complex manual templating.
Additional context
This started as #352 and the idea evolved into this.
Is your feature request related to a problem? Please describe.
I have a lot of complex logic involved with formatting my changelog based on kind and custom key that could be eliminated if I could format more globally.
Describe the solution you'd like
A config to allow for post processing globally or at the kind level. An example use would be to format an issue number into a github issue url.
From #352
Describe alternatives you've considered
More complex manual templating.
Additional context
This started as #352 and the idea evolved into this.