Skip to content

Commit

Permalink
Link directly to changelog for version
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Jan 10, 2024
1 parent 8a09bac commit 2fd9de7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/flipper/metadata.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
require_relative './version'

module Flipper
METADATA = {
"documentation_uri" => "https://www.flippercloud.io/docs",
"homepage_uri" => "https://www.flippercloud.io",
"source_code_uri" => "https://github.com/flippercloud/flipper",
"bug_tracker_uri" => "https://github.com/flippercloud/flipper/issues",
"changelog_uri" => "https://github.com/flippercloud/flipper/releases",
"changelog_uri" => "https://github.com/flippercloud/flipper/releases/tag/v#{Flipper::VERSION}",
}.freeze
end

1 comment on commit 2fd9de7

@jnunemaker
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

Please sign in to comment.