summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-01-04 12:42:56 -0800
committerGitHub <noreply@github.com>2021-01-04 12:42:56 -0800
commitab70b921779fe262f02c0a969feee5341379d6e9 (patch)
tree24d16e9f48a9035412d805161ed8c7794b4ee51d
parent199d5ee4bad29eca83d72f60cac7bef55468d4e2 (diff)
parenta51671ace41f839e76a12fbb42564164d55c677a (diff)
downloadchef-ab70b921779fe262f02c0a969feee5341379d6e9.tar.gz
Merge pull request #10818 from chef/metadata_16
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--CHANGELOG.md3
-rw-r--r--chef.gemspec9
2 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index aefba63cb7..b3ecf50789 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,7 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
+
+This changelog lists individual merged pull requests to Chef Infra Client and geared towards developers. For a list of significant changes per release see the [Chef Infra Client Release Notes](https://docs.chef.io/release_notes_client/).
+
<!-- latest_release 16.9.7 -->
## [v16.9.7](https://github.com/chef/chef/tree/v16.9.7) (2020-12-31)
diff --git a/chef.gemspec b/chef.gemspec
index 876ee3f513..5903a18c24 100644
--- a/chef.gemspec
+++ b/chef.gemspec
@@ -67,4 +67,13 @@ Gem::Specification.new do |s|
Dir.glob("{lib,spec}/**/*", File::FNM_DOTMATCH).reject { |f| File.directory?(f) } +
Dir.glob("*.gemspec") +
Dir.glob("tasks/rspec.rb")
+
+ s.metadata = {
+ "bug_tracker_uri" => "https://github.com/chef/chef/issues",
+ "changelog_uri" => "https://github.com/chef/chef/blob/master/CHANGELOG.md",
+ "documentation_uri" => "https://docs.chef.io/",
+ "homepage_uri" => "https://www.chef.io",
+ "mailing_list_uri" => "https://discourse.chef.io/",
+ "source_code_uri" => "https://github.com/chef/chef/",
+ }
end