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.
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.