Skip to content

Commit

Permalink
Updated CONTRIBUTING.md: use --follow-tags option for push instead of…
Browse files Browse the repository at this point in the history
… pushing twice
  • Loading branch information
jankowiakmaria committed Oct 29, 2015
1 parent e72b65c commit 7894ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ You need to be enabled for doing this.
* `grunt version:patch` for bugfixes, new features
* `grunt version:minor` for all breaking changes
* `grunt version:major` NOT YET. Still need to define milestones for 1.0.0.
* git push && git push v\<new version\>
* git push --follow-tags
* [sudo] npm publish .

## Code of Conduct
Expand Down

0 comments on commit 7894ebf

Please sign in to comment.