Skip to content

Commit d572829

Browse files
committed
Merge branch 'brew-publish'
* brew-publish: Rely on git's upstream config. And include reachable tags Use latest brew-publish which uses brew's bump-formula-pr command
2 parents 0330dbb + c828c7e commit d572829

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"test": "test"
2323
},
2424
"scripts": {
25-
"publish:brew": "brew-publish $npm_package_name v$npm_package_version -r -t nodenv/homebrew-nodenv",
26-
"postversion": "git push origin master v$npm_package_version && npm run publish:brew"
25+
"publish:brew": "brew-publish $npm_package_name v$npm_package_version",
26+
"postversion": "git push --follow-tags && npm run publish:brew"
2727
},
2828
"devDependencies": {
29-
"brew-publish": "git+https://github.com/jasonkarns/brew-publish.git#v1.1.0"
29+
"brew-publish": "^2.0.0"
3030
}
3131
}

0 commit comments

Comments
 (0)