diff options
author | Tom Duffield <tom@chef.io> | 2016-12-05 15:51:31 -0600 |
---|---|---|
committer | Tom Duffield <tom@chef.io> | 2016-12-05 15:51:31 -0600 |
commit | 81a6c6114f0aacfd83c141d061a7b9fe07332a39 (patch) | |
tree | d437c63154b6f51e7bc6a39700bb49978fb690ff | |
parent | 0b5c6a2ec8db1f8ab368c16a066b9a5b17a657cc (diff) | |
download | chef-81a6c6114f0aacfd83c141d061a7b9fe07332a39.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.rb | 2 |
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 |