We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7295c34 commit d737c70Copy full SHA for d737c70
Rakefile
@@ -220,7 +220,7 @@ generated code into a tag, then clean up in a subsequent commit.
220
3. ver=v$(node -e 'console.log(require("./package.json").version)'); echo "Tag: $ver"
221
4. git add -f dist/ && git commit -m "Code release"
222
5. git tag -a "$ver" -m some_tag_message
223
- 6. git push origin "$ver:/refs/tags/$ver"
+ 6. git push origin && git push origin --tags
224
7. npm publish
225
8. Edit package.json and bump the version
226
9. git rm -r dist/
0 commit comments