Skip to content

Commit 7fc3c8a

Browse files
committed
publish-github
1 parent 937e779 commit 7fc3c8a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"scrape-definitions": "nodenv update-version-defs --destination $PWD/share/node-build/",
2323
"submit-definitions": "scripty -r",
2424
"publish:brew": "brew-publish $npm_package_name v$npm_package_version",
25-
"publish:github": "git push --follow-tags && script/release-github",
25+
"publish:github": "scripty",
2626
"preversion": "scripty",
2727
"postversion": "npm run publish:github && npm run publish:brew"
2828
},

script/release-github renamed to script/publish/github

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ release_message() {
1717
git log --no-merges --format='%w(0,0,2)* %B' --reverse "$(previous_tag)..HEAD^" -- bin share
1818
}
1919

20+
git push --follow-tags
21+
2022
release_message | hub release create --file=- "v$new_version" || true
2123

2224
hub browse -- "releases/v$new_version"

0 commit comments

Comments
 (0)