Add flag to provide custom repo/git-remote to publish the release on #1432
-
Is your feature request related to a problem? Please describe. Describe the solution you'd like Describe alternatives you've considered Additional context
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I think the release customization solves this already: release:
github:
owner: user
name: repo https://goreleaser.com/customization/#Release have you tried that?
|
Beta Was this translation helpful? Give feedback.
-
Hey @caarlos0 - thanks for the fast response! I saw it, but it's not the ideal to me either, since it turns the repository into a dirty state, which makes it about as much effort as swapping the origin remote. But, I can see that the feature I am proposing could be considered to minimal of an improvement, not worth the additional flag. |
Beta Was this translation helpful? Give feedback.
I think the release customization solves this already:
https://goreleaser.com/customization/#Release
have you tried that?