Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: semantic-release/github
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.1.4
Choose a base ref
...
head repository: semantic-release/github
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10.1.5
Choose a head ref
  • 2 commits
  • 7 files changed
  • 3 contributors

Commits on Aug 12, 2024

  1. chore(deps): lock file maintenance (#896)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    4adf13d View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. fix: compare only <owner>/<repo> when checking for rename (#886)

    * fix: ignore protocol mismatch when checking if repository is renamed
    
    * fix: compare repositoryUrl to git_url instead of clone_url
    
    * fix: include values of repositoryUrl and git_url in EMISMATCHGITHUBURL
    
    * chore: fix format
    
    * fix: fix git repo check and tests
    
    * test: fix mock git_urls
    
    * test: add EMISMATCHGITHUBURL tests
    
    * chore: format code
    
    * fix: mistake that would cause error if run in github action
    
    * test: remove comment about repeat calls
    
    * refactor: code cleanup
    
    * fix: check for rename even when authenticated as a GitHub App installation
    
    * test: test rename check for GitHub installation
    
    * fix: switch back to clone_url, test a lot of URL formats
    
    ---------
    
    Co-authored-by: Olabode Lawal-Shittabey <babblebey@gmail.com>
    jedwards1211 and babblebey authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    24ea2ee View commit details
    Browse the repository at this point in the history
Loading