Skip to content

Commit

Permalink
Merge pull request #22 from vesln/lu-fix
Browse files Browse the repository at this point in the history
Push tags and commits at the same time
  • Loading branch information
freewil committed Oct 26, 2016
2 parents 26f9713 + fa0c8c5 commit 50e1fc4
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 50e1fc4

Please sign in to comment.