Skip to content

Commit 091ed91

Browse files
committed
Move changelog to releases
1 parent e639014 commit 091ed91

File tree

2 files changed

+1
-229
lines changed

2 files changed

+1
-229
lines changed

CHANGELOG.md

Lines changed: 0 additions & 228 deletions
This file was deleted.

thor.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
1515
spec.name = "thor"
1616
spec.metadata = {
1717
"bug_tracker_uri" => "https://github.com/rails/thor/issues",
18-
"changelog_uri" => "https://github.com/rails/thor/blob/master/CHANGELOG.md",
18+
"changelog_uri" => "https://github.com/rails/thor/releases/tag/v#{Thor::VERSION}",
1919
"documentation_uri" => "http://whatisthor.com/",
2020
"source_code_uri" => "https://github.com/rails/thor/tree/v#{Thor::VERSION}",
2121
"wiki_uri" => "https://github.com/rails/thor/wiki"

0 commit comments

Comments
 (0)