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.6
Choose a head ref
  • 4 commits
  • 9 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

Commits on Aug 15, 2024

  1. chore(deps): update dependency publint to v0.2.10 (#898)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    d07718a View commit details
    Browse the repository at this point in the history
  2. fix(edge-case): fetching associatedPRs on 100+ context.commits in…

    … `success` lifecycle (#892)
    
    * refactor: stop export of `buildAssociatedPRsQuery`
    
    * feat: add `pageInfo` to `getAssociatedPRs` query
    
    * feat: add `loadSingleCommitAssociatedPRs` graphql query
    
    * feat: implement logic to fetch more `associatedPRs`
    
    * test: fix unit tests in `success`
    
    * test: fix `intergration`
    
    * feat: implement logic to handle associatedPRs fetch on 100+ commits
    
    * test: add test case `dd comment and labels to PRs associated with release commits and issues (multipaged associatedPRs)`
    babblebey authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    dfe47e9 View commit details
    Browse the repository at this point in the history
Loading