Skip to content

Commit

Permalink
Merge pull request uber#1198 from uber/recut
Browse files Browse the repository at this point in the history
cut: restore tarball publishing, and publishing to non-latest tags
  • Loading branch information
jcorbin committed Aug 21, 2015
2 parents 1765baf + f212909 commit 49a5b2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions node/cut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ DEV_BRANCH=$DEV_BRANCH make -C node update_dev

git tag -a -m "Tag $tag" "$tag" "$DEV_BRANCH"
git push origin master dev_node --tags
git checkout dev_node
npm publish
git checkout master
git archive --format tgz dev_node >package.tgz
npm publish package.tgz --tag "${NPM_TAG:-alpha}"
rm package.tgz

0 comments on commit 49a5b2f

Please sign in to comment.