Conversation
Adds --build-tags flag. How to use is described in the recipes in the docs. Will need to push some tags to GitHub to test this. Fixes #29.
|
My thinking here is that we can use the same But now I'm wondering what's the cleanest way to deploy only from tags. There's no way to specify the branch whitelist from the command line. |
This is technically backwards incompatible, but without this it's impossible to not build on master.
|
Small compatibility break with |
|
OK, I think the code is ready, but we need to test it by pushing some tags. Probably need to merge first. |
|
Ended up being a little fragile. We should test this pretty hard once merging. |
|
Is this ready to merge? |
|
I think it needs some more testing. Maybe I should push some fake tags up for this branch to make sure it all works. |
|
I think I might hold off on merging this until after the next release (1.6), since there are already a lot of changes and I want them to stabilize first. |
|
Has there been any progress on this? Is there something we can to do help? |
|
I haven't had the time to work on it. I'm pretty sure it's ready to go, but I just want to do some testing before I merge, as I remember the changes here being somewhat finicky. |
|
OK, it seems to work. I'm merging. Will try to get a release out some time this week (hopefully tomorrow). |
|
WOOO thank you so very much! |
Adds --build-tags flag. How to use is described in the recipes in the docs.
Will need to push some tags to GitHub to test this.
Fixes #29.