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/semantic-release
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v19.0.2
Choose a base ref
...
head repository: semantic-release/semantic-release
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v19.0.3
Choose a head ref
  • 10 commits
  • 13 files changed
  • 7 contributors

Commits on Jan 18, 2022

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

Commits on Feb 17, 2022

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

Commits on Feb 23, 2022

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

Commits on Mar 29, 2022

  1. build(deps): bump minimist from 1.2.5 to 1.2.6

    Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
    - [Release notes](https://github.com/substack/minimist/releases)
    - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)
    
    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    6fd7e56 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump trim-off-newlines from 1.0.1 to 1.0.3

    Bumps [trim-off-newlines](https://github.com/stevemao/trim-off-newlines) from 1.0.1 to 1.0.3.
    - [Release notes](https://github.com/stevemao/trim-off-newlines/releases)
    - [Commits](stevemao/trim-off-newlines@v1.0.1...v1.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: trim-off-newlines
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    b79116b View commit details
    Browse the repository at this point in the history
  3. build(deps): bump node-fetch from 2.6.1 to 2.6.7 (#2399)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    fa994db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea389c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2022

  1. chore(lint): disabled rules that dont apply to this project (#2408)

    the performance and readability of reduce is not a concern in this project since maintainers are
    familiar with the idiom and are iterating over small lists. the filter rule is disabled selectively
    since the filter being identified is not Array.filter
    
    closes #2403
    travi committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    ab45ab1 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. build(deps): bump npm from 8.3.1 to 8.12.0 (#2447)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Matt Travi <[email protected]>
    dependabot[bot] and travi committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    17d60d3 View commit details
    Browse the repository at this point in the history
  2. fix(log-repo): use the original form of the repo url to remove the ne…

    …ed to mask credentials (#2459)
    
    fixes #2449
    travi committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    58a226f View commit details
    Browse the repository at this point in the history
Loading