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
{{ message }}
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.
We had to cut a custom build off a branch. (The reason it can't be master was because we had to cherry pick commits for this custom feature set that were incompatible w master).
Using goxc to build worked in every way ... except that the tag it created was pointed at master, not the custom branch.
Is there a config option I need to set / is there a way for goxc to support this?
While it doesn't happen often, we'd really like the ability to be able to cut custom builds from any branch.
For now, I deleted the tag generated by goxc, and manually created a tag pointed at the right commit.
The text was updated successfully, but these errors were encountered:
Hi there!
We had to cut a custom build off a branch. (The reason it can't be master was because we had to cherry pick commits for this custom feature set that were incompatible w master).
Using goxc to build worked in every way ... except that the tag it created was pointed at master, not the custom branch.
Is there a config option I need to set / is there a way for goxc to support this?
While it doesn't happen often, we'd really like the ability to be able to cut custom builds from any branch.
For now, I deleted the tag generated by goxc, and manually created a tag pointed at the right commit.
The text was updated successfully, but these errors were encountered: