riywo / ndenv

node.js version manager based on rbenv
304 stars 31 forks source link

Create tagged releases of ndenv #2

Closed janlindblom closed 9 years ago

janlindblom commented 9 years ago

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 (https://github.com/Homebrew/homebrew/pull/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"?

riywo commented 9 years ago

@janlindblom

Thanks for the PR to homebrew. Currently I'm not using ndenv/node-build by myself, so can I add you to collaborators of ndenv and node-build?

janlindblom commented 9 years ago

Absolutely, thanks for the quick reply @riywo !

janlindblom commented 9 years ago

I've tagged version 0.4.0 now!

riywo commented 9 years ago

:beers: