mirror of
https://github.com/encounter/ios-deploy.git
synced 2026-07-10 03:18:49 -07:00
Add npmjs and homebrew steps to releasing.
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user