README.md in thor-scmversion-1.1.0 vs README.md in thor-scmversion-1.2.1

- old
+ new

@@ -11,17 +11,17 @@ file conflicts. ## Integrating into your project Since Thor is written in Ruby, you'll need Ruby to make this work, on -your workstation and on your CI server. See http://whatisthor.com/ for +your workstation and on your CI server. See <http://whatisthor.com/> for more in how to use Thor. ### Get the gem If you don't already have a Gemfile, you should probably get one. See -http://gembundler.com/ for more details on Bundler and Gemfiles. Not +<http://gembundler.com/> for more details on Bundler and Gemfiles. Not required, but will save you a lot of hassle. Add this line to your application's Gemfile: gem 'thor-scmversion' @@ -50,25 +50,24 @@ # Prerelease allows an additional parameter to be passed which is used # as the prerelease type. thor version:current # Show current SCM tagged version Usage Examples: - $ thor version:current - 1.2.1 - $ thor version:bump auto - 1.2.1+build.1 - $ thor version:bump patch - 1.2.2 - $ thor version:bump major - 2.0.0 - $ thor version:bump prerelease - 2.0.1-alpha.1 - $ thor version:bump prerelease - 2.0.1-alpha.2 - $ thor version:bump prerelease beta - 2.0.1-beta.1 - $ thor version:bump minor - 2.1.0 + + $ thor version:current + 1.2.1 + $ thor version:bump auto + 1.2.2 + $ thor version:bump major + 2.0.0 + $ thor version:bump prerelease + 2.0.1-alpha.1 + $ thor version:bump prerelease + 2.0.1-alpha.2 + $ thor version:bump prerelease beta + 2.0.1-beta.1 + $ thor version:bump minor + 2.1.0 ### Remove your VERSION file from source control Since your CI server will be managing your VERSION file, you don't want it to be stored in your SCM anymore. Make a note of your current