Add flag to provide custom repo/git-remote to publish the release on #1432
erwinvaneyk
started this conversation in
General
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.
0 replies
-
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.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
I have a project which has multiple upstreams/github repositories. Right now goreleaser always tries to publish on the repo that is in the
origin
remoteDescribe the solution you'd like
Ideally I would like a flag
--remote=alternativeRemote
or--repo=myOrg/alternativeRepo
that will make goreleaser publish the release to that repository.Describe alternatives you've considered
It is a small quality-of-life improvement that right now can be fixed by manually altering your git-remotes, so I can understand if this is beyond the scope of this project.
Additional context
Beta Was this translation helpful? Give feedback.
All reactions