diff options
author | Tim Smith <tsmith@chef.io> | 2016-11-08 10:47:09 -0800 |
---|---|---|
committer | Thom May <thom@may.lt> | 2016-11-08 18:47:09 +0000 |
commit | 8b71d8d8b5358d7c85a466c1f32d6f268e823df0 (patch) | |
tree | 172edc9619a931fa008abcff25611957919c20a8 /README.md | |
parent | c9a1a5d09b76d8da88339bb136cb673228e602ed (diff) | |
download | chef-8b71d8d8b5358d7c85a466c1f32d6f268e823df0.tar.gz |
Add gem release badge to the readme / changelog header (#5527)
When we update our changelog it’s a bit confusing since multiple days go by before we ship the new release. Adding a header to the changelog and a readme gem release badge should help clear up what our current release actually is.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,6 +2,7 @@ [![Code Climate](https://codeclimate.com/github/chef/chef.svg)](https://codeclimate.com/github/chef/chef) [![Build Status Master](https://travis-ci.org/chef/chef.svg?branch=master)](https://travis-ci.org/chef/chef) [![Build Status Master](https://ci.appveyor.com/api/projects/status/github/chef/chef?branch=master&svg=true&passingText=master%20-%20Ok&pendingText=master%20-%20Pending&failingText=master%20-%20Failing)](https://ci.appveyor.com/project/Chef/chef/branch/master) +[![Gem Version](https://badge.fury.io/rb/chef.svg)](https://badge.fury.io/rb/chef) Want to try Chef? Get started with [learnchef](https://learn.chef.io) @@ -76,7 +77,7 @@ The general development process is: master. Once your repository is set up, you can start working on the code. We do utilize -RSpec for test driven development, so you'll need to get a development +RSpec for test driven development, so you'll need to get a development environment running. Follow the above procedure ("Installing from Git") to get your local copy of the source running. |