Skip to content

Commit

Permalink
How to publish?
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardomccerqueira committed Oct 31, 2016
1 parent c33a6c4 commit 96e2f50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ All output of our documentation goes to `ustyle.json` in `build/`. This contains
1. Work off `master` and add in your awesome features.
1. Test some more, ensure you've run this in a few projects.
2. Ensure you commit `/dist` into your changes
1. Run `grunt publish:{patch,minor,major}`
1. Run `grunt publish:version:{patch,minor,major}`
1. Voilà! You now have successfully updated and pushed the gem version, updated the stylesheets and built the styleguide. You're now a pro.

Publishing
===

Versioning gets done automatically by the `grunt:publish` command. However without specifying a type of version, if will just publish `HEAD` without a new release.

$ grunt:publish:{patch,minor,major}
$ grunt publish:version:{patch,minor,major}

0 comments on commit 96e2f50

Please sign in to comment.