summaryrefslogtreecommitdiff
path: root/tasks
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2016-11-08 10:47:09 -0800
committerThom May <thom@may.lt>2016-11-08 18:47:09 +0000
commit8b71d8d8b5358d7c85a466c1f32d6f268e823df0 (patch)
tree172edc9619a931fa008abcff25611957919c20a8 /tasks
parentc9a1a5d09b76d8da88339bb136cb673228e602ed (diff)
downloadchef-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 'tasks')
-rw-r--r--tasks/changelog.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tasks/changelog.rb b/tasks/changelog.rb
index 6dd1ba58ae..c710409345 100644
--- a/tasks/changelog.rb
+++ b/tasks/changelog.rb
@@ -19,6 +19,7 @@ begin
config.enhancement_labels = "enhancement,Enhancement,New Feature,Feature".split(",")
config.bug_labels = "bug,Bug,Improvement,Upstream Bug".split(",")
config.exclude_labels = "duplicate,question,invalid,wontfix,no_changelog,Exclude From Changelog,Question,Discussion".split(",")
+ config.header = "This changelog reflects the current state of chef's master branch on github and may not reflect the current released version of chef, which is [![Gem Version](https://badge.fury.io/rb/chef.svg)](https://badge.fury.io/rb/chef)"
end
task :changelog do