Update release.sh
This commit is contained in:
parent
722bc73c0d
commit
cb5314243e
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue