CONTRIBUTING.md in ustyle-1.8.1 vs CONTRIBUTING.md in ustyle-1.8.7
- old
+ new
@@ -55,14 +55,14 @@
1. Clone existing repo
1. Run a `bundle config --local ustyle /PATH-TO-USTYLE` -- this will allow you to test and work off master on your local copy.
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}