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
I'm trying to get a Homebrew formula (http://brew.sh/) for ndenv through, problem now is the lack of tagged releases. They require the formula to fetch something like "archive/v0.4.0.tar.gz" from github when installing the package. Right now, I have a PR with them to include ndenv and node-build (Homebrew/legacy-homebrew#34994) but they won't merge since it downloads "archive/master.tar.gz".
Since you have version 0.4.0 in the script itself, is it possible you tag HEAD on master with "v0.4.0"?
The text was updated successfully, but these errors were encountered:
I'm trying to get a Homebrew formula (http://brew.sh/) for ndenv through, problem now is the lack of tagged releases. They require the formula to fetch something like "archive/v0.4.0.tar.gz" from github when installing the package. Right now, I have a PR with them to include ndenv and node-build (Homebrew/legacy-homebrew#34994) but they won't merge since it downloads "archive/master.tar.gz".
Since you have version 0.4.0 in the script itself, is it possible you tag HEAD on master with "v0.4.0"?
The text was updated successfully, but these errors were encountered: