Skip to content

Commit

Permalink
Push tags and commits at the same time
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusU committed Oct 26, 2016
1 parent 26f9713 commit fa0c8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -91,7 +91,7 @@ simultaneously bump `package.json` and `bower.json`, create a new commit,
and a version tag at the new commit.
```
$ mversion <patch | minor | major>
$ git push && git push --tags
$ git push --follow-tags
$ npm publish
```

Expand Down

0 comments on commit fa0c8c5

Please sign in to comment.