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/gitlab
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v13.3.0
Choose a base ref
...
head repository: semantic-release/gitlab
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v13.3.1
Choose a head ref
  • 11 commits
  • 9 files changed
  • 3 contributors

Commits on Feb 5, 2026

  1. chore(deps): update dependency semantic-release to v25.0.3 (#945)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 5, 2026
    Configuration menu
    Copy the full SHA
    38c0f03 View commit details
    Browse the repository at this point in the history
  2. ci(action): update actions/checkout action to v6.0.2 (#944)

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

Commits on Feb 6, 2026

  1. chore(deps): update dependency prettier to v3.8.1 (#942)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 6, 2026
    Configuration menu
    Copy the full SHA
    71b7279 View commit details
    Browse the repository at this point in the history
  2. ci(action): update actions/setup-node action to v6.2.0 (#941)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 6, 2026
    Configuration menu
    Copy the full SHA
    cb43541 View commit details
    Browse the repository at this point in the history
  3. chore(deps): lock file maintenance (#940)

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

Commits on Feb 9, 2026

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

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

Commits on Feb 13, 2026

  1. chore(deps): update dependency nock to v14.0.11 (#950)

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

Commits on Feb 16, 2026

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

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

Commits on Feb 23, 2026

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

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 23, 2026
    Configuration menu
    Copy the full SHA
    20030b9 View commit details
    Browse the repository at this point in the history
  2. fix: header must be a string, not array

    The header must be a string, not an array. Per the got documentation, `headers` is of type `object<string, string>`. See https://github.com/sindresorhus/got/blob/v14.6.6/documentation/2-options.md#headers
    
    Fixes the mis-typing problem introduced in #919 which appears to cause GitLab releases to fail with incorrect `EINVALIDGLTOKEN Invalid GitLab token.` errors
    candrews committed Feb 23, 2026
    Configuration menu
    Copy the full SHA
    146c351 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2026

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