summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2016-12-06 10:36:11 +0000
committerGitHub <noreply@github.com>2016-12-06 10:36:11 +0000
commite5ba192cf77138bfc0031f83f5ef6fcef83ca1fa (patch)
treed437c63154b6f51e7bc6a39700bb49978fb690ff
parent0b5c6a2ec8db1f8ab368c16a066b9a5b17a657cc (diff)
parent81a6c6114f0aacfd83c141d061a7b9fe07332a39 (diff)
downloadchef-e5ba192cf77138bfc0031f83f5ef6fcef83ca1fa.tar.gz
Merge pull request #5617 from chef/tduffield/tweak-changelog
Use badge in CHANGELOG
-rw-r--r--tasks/changelog.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/changelog.rb b/tasks/changelog.rb
index 5f2648bad1..bd922d6f9c 100644
--- a/tasks/changelog.rb
+++ b/tasks/changelog.rb
@@ -23,7 +23,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 **#{latest_stable_version}**."
+ 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
end