Skip to content

Commit

Permalink
Merge branch 'brew-publish'
Browse files Browse the repository at this point in the history
* brew-publish:
  Rely on git's upstream config. And include reachable tags
  Use latest brew-publish which uses brew's bump-formula-pr command
  • Loading branch information
jasonkarns committed Aug 19, 2016
2 parents e3ce616 + 5d5e054 commit 8e83961
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"test": "test"
},
"scripts": {
"publish:brew": "brew-publish $npm_package_name v$npm_package_version -r -t nodenv/homebrew-nodenv",
"postversion": "git push origin master v$npm_package_version && npm run publish:brew"
"publish:brew": "brew-publish $npm_package_name v$npm_package_version",
"postversion": "git push --follow-tags && npm run publish:brew"
},
"devDependencies": {
"brew-publish": "git+https://github.com/jasonkarns/brew-publish.git#v1.1.0"
"brew-publish": "^2.0.0"
}
}

0 comments on commit 8e83961

Please sign in to comment.