Skip to content

Commit

Permalink
Merge branch 'master' into gabebear-patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
gabebear committed Dec 10, 2019
2 parents 3714fc1 + 414e60f commit 688f9ed
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 688f9ed

Please sign in to comment.