8000 Update changelog_uri in gemspec metadata to GitHub Releases · activeadmin/activeadmin@3e55563 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3e55563

Browse files
committed
Update changelog_uri in gemspec metadata to GitHub Releases
The gem metadata published to Rubygems points to the CHANGELOG.md file, but this is no longer the official changelog of record. The file says: > Future changelogs have moved to GitHub Releases This commit updates the gemspec metadata to point to GitHub Releases so that future releases to Rubygems contain the correct URL.
1 parent d037b36 commit 3e55563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activeadmin.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
2020

2121
s.metadata = {
2222
"bug_tracker_uri" => "https://github.com/activeadmin/activeadmin/issues",
23-
"changelog_uri" => "https://github.com/activeadmin/activeadmin/blob/master/CHANGELOG.md",
23+
"changelog_uri" => "https://github.com/activeadmin/activeadmin/releases",
2424
"documentation_uri" => "https://activeadmin.info",
2525
"homepage_uri" => "https://activeadmin.info",
2626
"mailing_list_uri" => "https://groups.google.com/group/activeadmin",

0 commit comments

Comments
 (0)
0