Add npmjs and homebrew steps to releasing.

This commit is contained in:
Gabe Giosia
2019-12-10 10:08:31 -05:00
committed by GitHub
parent 0640c4304a
commit ef2b073df3
+12
View File
@@ -18,3 +18,15 @@ git tag $PKG_VER
git push origin master
git push origin $PKG_VER
```
## 4. Publish to npm
```
npm publish
```
## 5. Publish to Homebrew
```
brew bump-formula-pr --url="https://github.com/ios-control/ios-deploy/archive/${PKG_VER}.tar.gz" ios-deploy
```