summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-12-31 14:20:03 -0800
committerGitHub <noreply@github.com>2020-12-31 14:20:03 -0800
commit2a3a0af423d80ca934451686379dafef7acde4d4 (patch)
tree889ccb833550c6b97cb2443ffd844579e9030125
parent1d1b7fa20c4c1bb5165eb51af17af99559ab1f2f (diff)
parentdcc29cad43e3fd1d97d5b9181a1a520dc5f41431 (diff)
downloadchef-2a3a0af423d80ca934451686379dafef7acde4d4.tar.gz
Merge pull request #10809 from chef/metadata
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--CHANGELOG.md2
-rw-r--r--chef.gemspec9
2 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c419bc277c..7c41fd500c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,6 @@
<!-- 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 17.0.23 -->
## [v17.0.23](https://github.com/chef/chef/tree/v17.0.23) (2020-12-31)
diff --git a/chef.gemspec b/chef.gemspec
index 8bc5484e21..564c98591c 100644
--- a/chef.gemspec
+++ b/chef.gemspec
@@ -63,4 +63,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