Update release.sh

This commit is contained in:
Martin Konicek 2016-01-22 18:53:47 +00:00
parent 722bc73c0d
commit cb5314243e
1 changed files with 2 additions and 2 deletions

View File

@ -116,5 +116,5 @@ info " - git tag v${RELEASE}.0-rc ${RELEASE}-stable"
info " - git push --tags"
info " - Once the change propagates to JCenter:"
info " - npm set registry https://registry.npmjs.org/"
info " - npm publish"
info " - Only when doing a non-rc release: npm dist-tag add react-native@${RELEASE}.0 latest"
info " - When doing a RC release: npm publish --tag next"
info " - When doing a non-RC release: npm publish # Sets the latest tag automatically"