Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link directly to versioned changelog from gemspec #522

Merged
merged 3 commits into from
Sep 22, 2023

Commits on Sep 13, 2023

  1. Update addressable.gemspec to link directly to versoned changelog

    With this code it will generate this diff. And this link takes you
    directly to the changelog.
    
    --- a/addressable.gemspec
    +++ b/addressable.gemspec
    @@ -6,7 +6,7 @@ Gem::Specification.new do |s|
       s.version = "2.8.5"
    
       s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
    -  s.metadata = { "changelog_uri" => "https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md" } if s.respond_to? :metadata=
    +  s.metadata = { "changelog_uri" => "https://github.com/sporkmonger/addressable/blob/addressable-2.8.5/CHANGELOG.md" } if s.respond_to? :metadata=
       s.require_paths = ["lib".freeze]
       s.authors = ["Bob Aman".freeze]
       s.date = "2023-08-03"
    stoivo committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    05dbd48 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Link changelog to anchor tag instead of tag

    This allows us to update the changelog after the tag was made.
    stoivo committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    a8186aa View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    2588c92 View commit details
    Browse the repository at this point in the history