update line about semver to be less authoritative

This commit is contained in:
Ashwin Maroli 2016-09-04 13:04:24 +05:30
parent 57b86ee77e
commit a666e6faee
1 changed files with 2 additions and 1 deletions

View File

@ -95,4 +95,5 @@ Themes are published via [RubyGems.org](https://rubygems.org). You'll need a Rub
gem push my-awesome-jekyll-theme-*.gem gem push my-awesome-jekyll-theme-*.gem
3. To release a new version of your theme, simply update the version number in the gemspec file, ( `my-awesome-jekyll-theme.gemspec` in this example ), following the principles of [Semantic Versioning](http://semver.org/) and then repeat Steps 1 & 2 above. 3. To release a new version of your theme, simply update the version number in the gemspec file, ( `my-awesome-jekyll-theme.gemspec` in this example ), and then repeat Steps 1 & 2 above.
We recommend that you follow [Semantic Versioning](http://semver.org/) while bumping your theme-version.