Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork533
Comparing changes
Open a pull request
base repository:softprops/action-gh-release
Uh oh!
There was an error while loading.Please reload this page.
base:v2.2.2
head repository:softprops/action-gh-release
Uh oh!
There was an error while loading.Please reload this page.
compare:v2.3.0
- 7commits
- 12files changed
- 2contributors
Commits on Apr 29, 2025
chore(deps): bump the npm group with 2 updates (#615)
* chore(deps): bump the npm group with 2 updatesBumps the npm group with 2 updates: [glob](https://github.com/isaacs/node-glob) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).Updates `glob` from 11.0.1 to 11.0.2- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)- [Commits](isaacs/node-glob@v11.0.1...v11.0.2)Updates `@types/node` from 22.14.1 to 22.15.3- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)---updated-dependencies:- dependency-name: glob dependency-version: 11.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm- dependency-name: "@types/node" dependency-version: 22.15.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm...Signed-off-by: dependabot[bot] <support@github.com>* chore: node 20.19.0Signed-off-by: Rui Chen <rui@chenrui.dev>---------Signed-off-by: dependabot[bot] <support@github.com>Signed-off-by: Rui Chen <rui@chenrui.dev>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Co-authored-by: Rui Chen <rui@chenrui.dev>
Commits on May 23, 2025
chore(deps): bump undici from 5.28.5 to 5.29.0 (#621)
Bumps [undici](https://github.com/nodejs/undici) from 5.28.5 to 5.29.0.- [Release notes](https://github.com/nodejs/undici/releases)- [Commits](nodejs/undici@v5.28.5...v5.29.0)---updated-dependencies:- dependency-name: undici dependency-version: 5.29.0 dependency-type: indirect...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Commits on Jun 9, 2025
chore(deps): bump the npm group across 1 directory with 5 updates (#623)
* chore(deps): bump the npm group across 1 directory with 5 updatesBumps the npm group with 5 updates in the / directory:| Package | From | To || --- | --- | --- || [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) | `6.0.0` | `6.0.1` || [@octokit/plugin-retry](https://github.com/octokit/plugin-retry.js) | `7.2.1` | `8.0.1` || [@octokit/plugin-throttling](https://github.com/octokit/plugin-throttling.js) | `10.0.0` | `11.0.1` || [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.17.32` | `22.15.21` || [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.3.2` | `29.3.4` |Updates `@actions/github` from 6.0.0 to 6.0.1- [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md)- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github)Updates `@octokit/plugin-retry` from 7.2.1 to 8.0.1- [Release notes](https://github.com/octokit/plugin-retry.js/releases)- [Commits](octokit/plugin-retry.js@v7.2.1...v8.0.1)Updates `@octokit/plugin-throttling` from 10.0.0 to 11.0.1- [Release notes](https://github.com/octokit/plugin-throttling.js/releases)- [Commits](octokit/plugin-throttling.js@v10.0.0...v11.0.1)Updates `@types/node` from 20.17.32 to 22.15.21- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)Updates `ts-jest` from 29.3.2 to 29.3.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.3.2...v29.3.4)---updated-dependencies:- dependency-name: "@actions/github" dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm- dependency-name: "@octokit/plugin-retry" dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm- dependency-name: "@octokit/plugin-throttling" dependency-version: 11.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm- dependency-name: "@types/node" dependency-version: 22.15.21 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm- dependency-name: ts-jest dependency-version: 29.3.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm...Signed-off-by: dependabot[bot] <support@github.com>* fix(upload): drop unsupported `{ type: "bytes" }` arg to readableWebStream()Signed-off-by: Rui Chen <rui@chenrui.dev>---------Signed-off-by: dependabot[bot] <support@github.com>Signed-off-by: Rui Chen <rui@chenrui.dev>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Co-authored-by: Rui Chen <rui@chenrui.dev>
chore: replace
mime
withmime-types
(#624)Signed-off-by: Rui Chen <rui@chenrui.dev>
Commits on Jun 10, 2025
feat: migrate from jest to vitest (#626)
* feat: migrate from jest to vitestSigned-off-by: Rui Chen <rui@chenrui.dev>* chore: bump to node 24 and run buildSigned-off-by: Rui Chen <rui@chenrui.dev>* chore: specify es2022 target for ncc buildSigned-off-by: Rui Chen <rui@chenrui.dev>---------Signed-off-by: Rui Chen <rui@chenrui.dev>
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v2.2.2...v2.3.0
Uh oh!
There was an error while loading.Please reload this page.