add a line about updating theme-gems in the docs
This commit is contained in:
		
							parent
							
								
									45aac995d8
								
							
						
					
					
						commit
						57b86ee77e
					
				| 
						 | 
					@ -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:
 | 
					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 ), following the principles of [Semantic Versioning](http://semver.org/) and then repeat Steps 1 & 2 above.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue