Skip to content

Commit

Permalink
Merge pull request #430 from ios-control/gabebear-patch-3
Browse files Browse the repository at this point in the history
Add npmjs and homebrew steps to releasing document.
  • Loading branch information
gabebear authored Dec 10, 2019
2 parents 0640c43 + ef2b073 commit 414e60f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 414e60f

Please sign in to comment.