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
Add configuration option `tagPrefix`, that if set, overrides the default
"v" when determining the corresponding tag name for GitHub releases.
✅ Closes: #1790
Preflight Checklist
Problem Description
It would be nice to have options to override release/tag names.
Proposed Solution
Some logic here: https://github.com/electron-userland/electron-forge/blob/master/packages/publisher/github/src/PublisherGithub.ts#L33-L38
Alternatives Considered
I think it would be better to implement some kind of
template logic
for all names in base class.The text was updated successfully, but these errors were encountered: