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: v12.0.3
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: v12.0.6
Choose a head ref
  • 11 commits
  • 9 files changed
  • 5 contributors

Commits on Feb 2, 2026

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

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 2, 2026
    Configuration menu
    Copy the full SHA
    e9ace6f View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency semantic-release to v25.0.3 (#1159)

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

Commits on Feb 5, 2026

  1. chore(deps): update dependency tempy to v3.2.0 (#1162)

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

Commits on Feb 6, 2026

  1. fix: remove failTitle arg in findSRIssues call (#1164)

    * fix: remove `failTitle` arg in `findSRIssues` call
    
    This extraneous argument caused "Error: Variable $owner of type String! was provided invalid value"
    
    Fixes #1163
    
    * style: un-line-wrap shortened call
    BinToss authored Feb 6, 2026
    Configuration menu
    Copy the full SHA
    f7bdd88 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency cpy to v13 (#1161)

    * chore(deps): update dependency cpy to v13
    
    * test(unit): adjust for behavior change in new `cpy` version
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Matt Travi <[email protected]>
    renovate[bot] and travi authored Feb 6, 2026
    Configuration menu
    Copy the full SHA
    be62f5e View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2026

  1. fix(latest): add make_latest property to the GH release POST reques…

    …t during publish (#1157)
    
    * Add make_latest publish flag and isLatestRelease helper
    
    * fix integration tests
    
    * Add two new integration tests for publishing releases without assets
    
    * Add another integration test for maintenance releases
    pfarnach authored Feb 7, 2026
    Configuration menu
    Copy the full SHA
    38051ba View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency cpy to v13.1.0 (#1165)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 7, 2026
    Configuration menu
    Copy the full SHA
    ed2b0bd View commit details
    Browse the repository at this point in the history
  3. chore(deps): update npm to v11.9.0 (#1166)

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

Commits on Feb 8, 2026

  1. chore(deps): update dependency cpy to v13.2.0 (#1167)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 8, 2026
    Configuration menu
    Copy the full SHA
    5ba629b View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2026

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

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

Commits on Feb 12, 2026

  1. fix(latest): add make_latest property to the GH release PATCH request…

    … during publish (#1169)
    
    * fix(latest): add make_latest property to the GH release PATCH request during publish
    
    It's required to not mark as latest when removing draft status after assets upload
    
    * test: fix tests
    viceice authored Feb 12, 2026
    Configuration menu
    Copy the full SHA
    f516337 View commit details
    Browse the repository at this point in the history
Loading