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: softprops/action-gh-release
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 69320dbe05506a9a39fc8ae11030b214ec2d1f87
Choose a base ref
...
head repository: softprops/action-gh-release
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a74c6b72af54cfa997e81df42d94703d6313a2d0
Choose a head ref
  • 8 commits
  • 5 files changed
  • 2 contributors

Commits on Jun 19, 2024

  1. Bump ts-jest from 29.0.3 to 29.1.4 (#459)

    Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.0.3 to 29.1.4.
    - [Release notes](https://github.com/kulshekhar/ts-jest/releases)
    - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
    - [Commits](kulshekhar/ts-jest@v29.0.3...v29.1.4)
    
    ---
    updated-dependencies:
    - dependency-name: ts-jest
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 19, 2024
    Copy the full SHA
    a500a35 View commit details
  2. chore(deps): bump node dep and @types/node

    closes #463
    
    Signed-off-by: Rui Chen <rui@chenrui.dev>
    chenrui333 committed Jun 19, 2024
    Copy the full SHA
    73738a6 View commit details
  3. chore: update deps and run build

    Signed-off-by: Rui Chen <rui@chenrui.dev>
    chenrui333 committed Jun 19, 2024
    Copy the full SHA
    f9c2b6c View commit details
  4. chore: release 2.0.6

    Signed-off-by: Rui Chen <rui@chenrui.dev>
    chenrui333 committed Jun 19, 2024
    Copy the full SHA
    7039a82 View commit details
  5. chore(deps): bump @octokit/plugin-throttling from 4.3.2 to 9.3.0

    Signed-off-by: Rui Chen <rui@chenrui.dev>
    chenrui333 committed Jun 19, 2024
    Copy the full SHA
    f12ad25 View commit details
  6. chore(deps): bump glob from 8.0.3 to 10.4.2

    closes #464
    
    Signed-off-by: Rui Chen <rui@chenrui.dev>
    chenrui333 committed Jun 19, 2024
    Copy the full SHA
    e49d08f View commit details
  7. update dist/index.js

    Signed-off-by: Rui Chen <rui@chenrui.dev>
    chenrui333 committed Jun 19, 2024
    Copy the full SHA
    b909f76 View commit details
  8. update changelog

    Signed-off-by: Rui Chen <rui@chenrui.dev>
    chenrui333 committed Jun 19, 2024
    Copy the full SHA
    a74c6b7 View commit details
Showing with 1,340 additions and 4,252 deletions.
  1. +1 −1 .nvmrc
  2. +4 −0 CHANGELOG.md
  3. +4 −2 dist/index.js
  4. +1,323 −4,241 package-lock.json
  5. +8 −8 package.json
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11.1
20.14.0
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.6

- maintenance release with updated dependencies

## 2.0.5

- Factor in file names with spaces when upserting files [#446](https://github.com/softprops/action-gh-release/pull/446) via [@MystiPanda](https://github.com/MystiPanda)
6 changes: 4 additions & 2 deletions dist/index.js

Large diffs are not rendered by default.

Loading