summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Duffield <tom@chef.io>2016-12-05 15:51:31 -0600
committerTom Duffield <tom@chef.io>2016-12-05 15:51:31 -0600
commit81a6c6114f0aacfd83c141d061a7b9fe07332a39 (patch)
treed437c63154b6f51e7bc6a39700bb49978fb690ff
parent0b5c6a2ec8db1f8ab368c16a066b9a5b17a657cc (diff)
downloadchef-tduffield/tweak-changelog.tar.gz
Use badge in CHANGELOGtduffield/tweak-changelog
Use the badge in the changelog so the current stable version is shown regardless of when the CHANGELOG is viewed. Signed-off-by: Tom Duffield <tom@chef.io>
-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