add a line about updating theme-gems in the docs

This commit is contained in:
Ashwin Maroli 2016-09-03 18:09:06 +05:30
parent 45aac995d8
commit 57b86ee77e
1 changed files with 2 additions and 0 deletions

View File

@ -94,3 +94,5 @@ Themes are published via [RubyGems.org](https://rubygems.org). You'll need a Rub
2. Next, push your packaged theme up to the RubyGems service, by running the following command, again replacing `my-awesome-jekyll-theme` with the name of your theme:
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.