Merge pull request #5318 from ashmaroli/docs-themes-update

Merge pull request 5318
This commit is contained in:
jekyllbot 2016-09-07 16:28:01 -07:00 committed by GitHub
commit 3d38e8510c
1 changed files with 3 additions and 0 deletions

View File

@ -94,3 +94,6 @@ 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: 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 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 ), and then repeat Steps 1 & 2 above.
We recommend that you follow [Semantic Versioning](http://semver.org/) while bumping your theme-version.