README.md in railsthemes-1.0.2 vs README.md in railsthemes-1.0.3
- old
+ new
@@ -20,20 +20,18 @@
Not sure if this will work for Windows users due to invoking tar on the command-line instead of using native Ruby. This is something that we can change going forward, just a matter of time.
## Developer notes
-To cut a release, the process I've been using is:
+To cut a release, I've been using the gem-release gem:
- installer> gem build railsthemes.gemspec
- Successfully built RubyGem
- Name: railsthemes
- Version: 1.0.0
- File: railsthemes-1.0.0.gem
+ installer> gem bump --version patch
- installer> gem push railsthemes-1.0.0.gem
- Pushing gem to https://rubygems.org...
- Successfully registered gem: railsthemes (1.0.0)
+ inspect the commit created
+
+ installer> gem tag
+
+Changing patch to minor or major as useful. For more thorough documentation, see [gem-release](https://github.com/svenfuchs/gem-release).
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)