Custom Release titles for GitHub #2181
-
Hi there, first of all this is an awesome tool 🚀. I would like to ask if it would be possible to extend it to allow plugins to contribute release titles for GitHub releases. What I have in mind would be a hook for plugins to customize/contribute the release. Or if preferred a configuration option to supply a name. I'm also willing to contribute a PR if accepted to work on this. But I'm unsure where to start, since I didn't know the codebase and the preferences. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yeah I think a hook for that would be fine I'm thinking a hook called The hook could get the release notes, tag and title and allow the hook to modify it. You could also then add a tiny plugin that implements the desired functionality. If you didn't want to go this route though I think it would be possible to accomplish this without modifying auto.
|
Beta Was this translation helpful? Give feedback.
Yeah I think a hook for that would be fine I'm thinking a hook called
modifyRelease
that gets called beforepublish
here.The hook could get the release notes, tag and title and allow the hook to modify it. You could also then add a tiny plugin that implements the desired functionality.
If you didn't want to go this route though I think it would be possible to accomplish this without modifying auto.
makeRelease