Rui Chen
4aadb0df8b
fix: restore dotfile asset labels ( #749 )
...
Signed-off-by: Rui Chen <rui@chenrui.dev >
2026-03-14 21:14:27 -04:00
Rui Chen
ef43a3125e
fix: preserve prereleased events for prereleases ( #748 )
...
Signed-off-by: Rui Chen <rui@chenrui.dev >
2026-03-14 21:05:36 -04:00
Rui Chen
ab416a1836
fix: canonicalize releases after concurrent create ( #746 )
...
Signed-off-by: Rui Chen <rui@chenrui.dev >
2026-03-14 20:48:22 -04:00
Kim Morrison
320a0beb24
fix: use getReleaseByTag API instead of iterating all releases ( #725 )
...
* fix: use getReleaseByTag API instead of iterating all releases
This avoids GitHub's API pagination limit of 10000 results which causes
failures for repositories with many releases.
The `findTagFromReleases` function now uses the direct `getReleaseByTag`
API for O(1) lookup instead of iterating through all releases with
`allReleases`. This is both more efficient and fixes the 10k limit issue.
Fixes #724
* fix: rebuild bundle after release lookup rebase
Signed-off-by: Rui Chen <rui@chenrui.dev >
---------
Signed-off-by: Rui Chen <rui@chenrui.dev >
Co-authored-by: Rui Chen <rui@chenrui.dev >
2026-03-14 19:57:54 -04:00
Boshen
b3b644b91a
fix: release marked as 'latest' despite make_latest: false ( #715 )
...
* fix: pass make_latest when finalizing release
The finalizeRelease function was not passing the make_latest parameter
when publishing a release (setting draft: false). According to the
GitHub API, make_latest defaults to `true` for newly published releases,
so `make_latest: false` was being ignored.
Ref: https://github.com/octokit/openapi-types.ts/blob/main/packages/openapi-types/types.d.ts
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
* fix: rebuild bundle after make_latest rebase
Signed-off-by: Rui Chen <rui@chenrui.dev >
---------
Signed-off-by: Rui Chen <rui@chenrui.dev >
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
Co-authored-by: Rui Chen <rui@chenrui.dev >
2026-03-14 19:52:37 -04:00
Mozi
3074e62a34
fix: fetch correct asset URL after finalization; test; some refactoring ( #738 )
2026-03-14 19:49:25 -04:00
dependabot[bot]
d015dc32db
chore(deps): bump the npm group across 1 directory with 8 updates ( #731 )
...
* chore(deps): bump the npm group across 1 directory with 8 updates
Bumps the npm group with 7 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core ) | `2.0.2` | `3.0.0` |
| [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github ) | `7.0.0` | `9.0.0` |
| [@octokit/plugin-retry](https://github.com/octokit/plugin-retry.js ) | `8.0.3` | `8.1.0` |
| [glob](https://github.com/isaacs/node-glob ) | `13.0.0` | `13.0.6` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) | `20.19.30` | `20.19.33` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8 ) | `4.0.17` | `4.0.18` |
| [prettier](https://github.com/prettier/prettier ) | `3.8.0` | `3.8.1` |
Updates `@actions/core` from 2.0.2 to 3.0.0
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core )
Updates `@actions/github` from 7.0.0 to 9.0.0
- [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 8.0.3 to 8.1.0
- [Release notes](https://github.com/octokit/plugin-retry.js/releases )
- [Commits](https://github.com/octokit/plugin-retry.js/compare/v8.0.3...v8.1.0 )
Updates `glob` from 13.0.0 to 13.0.6
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/node-glob/compare/v13.0.0...v13.0.6 )
Updates `@types/node` from 20.19.30 to 20.19.33
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Updates `@vitest/coverage-v8` from 4.0.17 to 4.0.18
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/coverage-v8 )
Updates `prettier` from 3.8.0 to 3.8.1
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.8.0...3.8.1 )
Updates `vitest` from 4.0.17 to 4.0.18
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/vitest )
---
updated-dependencies:
- dependency-name: "@actions/core"
dependency-version: 3.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: npm
- dependency-name: "@actions/github"
dependency-version: 9.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: npm
- dependency-name: "@octokit/plugin-retry"
dependency-version: 8.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: npm
- dependency-name: glob
dependency-version: 13.0.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: "@types/node"
dependency-version: 20.19.33
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: "@vitest/coverage-v8"
dependency-version: 4.0.18
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: prettier
dependency-version: 3.8.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: vitest
dependency-version: 4.0.18
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix ESM dependency build on dependabot branch
Signed-off-by: Rui Chen <rui@chenrui.dev >
* remove unused ncc dependency
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 >
2026-03-14 18:16:45 -04:00
Dave Rolsky
026d617849
chore: log the error that is caught when finalizing a release ( #716 )
2026-01-10 21:15:15 -05:00
Rui Chen
a06a81a03e
release 2.5.0
...
Signed-off-by: Rui Chen <rui@chenrui.dev >
2025-12-01 01:02:34 -05:00
jj
7da8983734
feat: mark release as draft until all artifacts are uploaded ( #692 )
...
Previously, the releases were created and then artifacts (if any)
were added to them. This broke when GitHub released "immutable"
releases, which disallow changes after the release is published.
Make it so that releases are always marked as "draft" when being
worked on by the action, and unmarked as draft (if desired) once
the action is completed.
Fixes #653
2025-12-01 00:59:24 -05:00
Jens L.
af658b4d5d
feat: Ensure generated release notes cannot be over 125000 characters ( #684 )
...
* Ensure generated release notes cannot be over 125000 characters
* simpler truncate, and always truncate even without generated
2025-11-08 14:20:00 -05:00
Rui Chen
6da8fa9354
release 2.4.1
...
Signed-off-by: Rui Chen <rui@chenrui.dev >
2025-10-11 11:40:52 -04:00
Copilot
cec1a1113b
fix(util): support brace expansion globs containing commas in parseInputFiles ( #672 )
...
* Initial plan
* fix(util): support brace expansion globs containing commas in parseInputFiles
Co-authored-by: chenrui333 <1580956+chenrui333@users.noreply.github.com >
* test(util): add comprehensive edge case coverage for brace expansion parsing
Co-authored-by: chenrui333 <1580956+chenrui333@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: chenrui333 <1580956+chenrui333@users.noreply.github.com >
2025-10-06 23:50:00 -04:00
Rui Chen
aec2ec56f9
release 2.4.0
...
Signed-off-by: Rui Chen <rui@chenrui.dev >
2025-10-06 22:53:32 -04:00
Stephen Way
7dc9b8ac0f
fix(action): handle 422 already_exists race condition ( #665 )
...
- Add retry logic for 422 'already_exists' errors in race conditions
- Allow action to find and update existing releases instead of failing
- Add test to verify race condition handling works correctly
- Fixes regression that broke matrix workflows in v2.2.2+
closes #616
2025-10-03 14:34:31 -04:00
Rui Chen
6cbd405e2c
release 2.3.3
...
Signed-off-by: Rui Chen <rui@chenrui.dev >
2025-09-07 00:36:40 -04:00
Rui Chen
40521a2029
chore: update dist/index.js
...
Signed-off-by: Rui Chen <rui@chenrui.dev >
2025-06-11 11:35:37 -04:00
Adriano dos Santos Fernandes
605f567f95
feat: add input option overwrite_files. ( #343 )
...
* Add input option overwrite_files.
* Fix description.
* update test and run fmt/build
Signed-off-by: Rui Chen <rui@chenrui.dev >
---------
Signed-off-by: Rui Chen <rui@chenrui.dev >
Co-authored-by: Rui Chen <rui@chenrui.dev >
2025-06-11 01:54:42 -04:00
Rui Chen
552dc5524b
fix: revert fs:readableWebStream change ( #632 )
...
* Revert "fix: fix file closing issue (#629 )"
This reverts commit 07a2257003 .
* fix: revert `fh.readableWebStream` change
Signed-off-by: Rui Chen <rui@chenrui.dev >
---------
Signed-off-by: Rui Chen <rui@chenrui.dev >
2025-06-10 18:27:48 -04:00
Roland Dominik Szilágyi
07a2257003
fix: fix file closing issue ( #629 )
...
* fix: handle file closing gracefully
* fix: failing test on Windows
* format code using npm run fmt
2025-06-10 17:12:05 -04:00
Rui Chen
a0e2122208
feat: migrate from jest to vitest ( #626 )
...
* feat: migrate from jest to vitest
Signed-off-by: Rui Chen <rui@chenrui.dev >
* chore: bump to node 24 and run build
Signed-off-by: Rui Chen <rui@chenrui.dev >
* chore: specify es2022 target for ncc build
Signed-off-by: Rui Chen <rui@chenrui.dev >
---------
Signed-off-by: Rui Chen <rui@chenrui.dev >
2025-06-09 20:59:28 -04:00
Rui Chen
8836085300
chore: replace mime with mime-types ( #624 )
...
Signed-off-by: Rui Chen <rui@chenrui.dev >
2025-06-09 19:03:00 -04:00
Rui Chen
da05d55257
release 2.2.2
...
Signed-off-by: Rui Chen <rui@chenrui.dev >
2025-04-18 17:33:17 -04:00
Ryan Waskiewicz
6b18c2f260
test(release): add unit tests when searching for a release ( #603 )
...
* fix(release): break when draft release is found
when a release with the desired tag_name is found, break out of the loop
that looks for it. this prevents the case where accidentally overwrite a
detected release on successive iterations of the for loop
fixes : #602
* include built output
* add tests for finding tag from releases
add tests for updated functionality to break when we find a release.
the logic has been extracted into its own function, to make testing
simpler by avoiding over mocking/stubbing of network calls that would
create or update a release.
the tests that were added use jest's describe/it blocks, but use node's
assert function to align with other tests. there isn't any prior art for
mocking function calls in the codebase, so for now we use simple promises
in "mock" objects that adhere to the Releaser interface
* refactor findTagFromReleases
purely a sytlistic choice to not have to pre-declare the _release variable,
and not have to check using `typeof _release === "string"` when detecting
a found release
* reset dist/index.js to master
* update impl after merge with master
* update dist
2025-04-18 17:29:01 -04:00
Piotr Galar
36833a1c71
fix: updating release draft status ( #316 )
2025-04-10 11:05:20 -04:00
Rui Chen
c95fe14893
release 2.2.1
...
Signed-off-by: Rui Chen <rui@chenrui.dev >
2025-01-07 13:45:03 -05:00
WÁNG Xuěruì
deddb09c64
fix: big file uploads ( #562 )
...
* fix: use readableWebStream() to stream asset contents
This allows the uploads to finish without mismatched Content-Length,
likely because the original method implied a wrong body encoding or
something similar. Unfortunately a GitHub server API mock was not
readily available so I had to test manually with a barebones repository.
Fixes : #555
Fixes : #556
Signed-off-by: WANG Xuerui <git@xen0n.name >
* feat: log when each asset is successfully uploaded
Signed-off-by: WANG Xuerui <git@xen0n.name >
* build: refresh dist
Signed-off-by: WANG Xuerui <git@xen0n.name >
* style: format with prettier
Signed-off-by: WANG Xuerui <git@xen0n.name >
---------
Signed-off-by: WANG Xuerui <git@xen0n.name >
2025-01-07 13:42:55 -05:00
Rui Chen
7b4da11513
release 2.2.0
...
Signed-off-by: Rui Chen <rui@chenrui.dev >
2024-12-10 21:23:24 -05:00
Rui Chen
01570a1f39
chore: release 2.1.0
...
Signed-off-by: Rui Chen <rui@chenrui.dev >
2024-11-11 15:15:48 -05:00
Rui Chen
e7a8f85e1c
chore: release 2.0.9
...
Signed-off-by: Rui Chen <rui@chenrui.dev >
2024-10-31 14:17:14 -04:00
dependabot[bot]
380635c4ad
chore(deps): bump @actions/github from 5.1.1 to 6.0.0 ( #470 )
...
* Bump @actions/github from 5.1.1 to 6.0.0
Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github ) from 5.1.1 to 6.0.0.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github )
---
updated-dependencies:
- dependency-name: "@actions/github"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* update make_latest type
Signed-off-by: Rui Chen <rui@chenrui.dev >
* run dist update
Signed-off-by: Rui Chen <rui@chenrui.dev >
* run fmt change
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 >
2024-07-18 17:37:44 -04:00
Rui Chen
20adb4259c
refactor: write jest config in ts ( #485 )
...
* refactor: write jest config in ts
Signed-off-by: Rui Chen <rui@chenrui.dev >
* chore: exclude jest.config.ts in tsconfig
Signed-off-by: Rui Chen <rui@chenrui.dev >
* chore: run build
Signed-off-by: Rui Chen <rui@chenrui.dev >
---------
Signed-off-by: Rui Chen <rui@chenrui.dev >
2024-07-18 16:35:10 -04:00
Rui Chen
6f3ab65323
chore: update dist file
...
Signed-off-by: Rui Chen <rui@chenrui.dev >
2024-07-17 16:02:09 -04:00
FirelightFlagboy
fb2d03176f
Fix missing update release body ( #365 )
...
* Update json5 deps
* Remove quote around env var `GITHUB_TOKEN`
* Factorize search by draft & tag
* Correct `_release` undefined when creating a new release
* Cleanup package-lock
2024-07-17 14:14:48 -04:00
Rui Chen
b909f761f0
update dist/index.js
...
Signed-off-by: Rui Chen <rui@chenrui.dev >
2024-06-19 17:02:08 -04:00
Rui Chen
f9c2b6ca37
chore: update deps and run build
...
Signed-off-by: Rui Chen <rui@chenrui.dev >
2024-06-19 16:52:01 -04:00
softprops
9771ccf55f
update changelog rebuild dist
2024-05-07 09:23:27 -04:00
softprops
40bf9ec7aa
fmt and build
2024-05-06 09:36:20 -04:00
Till!
0979303f02
Fix failure ( #447 )
...
* Fix(temp): console.log
* broken dist
2024-05-06 09:27:30 -04:00
softprops
9d7c94cfd0
build
2024-03-12 12:26:09 -04:00
softprops
d99959edae
prep release
2024-03-10 00:57:11 -05:00
softprops
9f5c4d39bc
update changelog
2024-03-08 16:30:09 -05:00
Sam Seay
0bea76b227
Add support for make_latest property ( #304 )
...
* Add make_latest, remove dubious dist asset
* Apparently make_latest is a string.
* Keep default behaviour the same by defaulting to true for make_latest.
* Update config tests and README
* Rebuild the code.
* Revert change removing commented code.
* Change default behaviour to undefined for make_latest
* Update input documentation.
* Rebuild for code changes
---------
Co-authored-by: Doug Tangren <d.tangren@gmail.com >
2024-03-08 16:28:39 -05:00
softprops
5743e06024
update changelog
2024-03-08 16:13:09 -05:00
softprops
9150ab13f3
rebuild and update changelog
2024-03-08 16:00:09 -05:00
timor-raiman
1468521d63
Dont use node-fetch ( #386 )
...
* manually adopt and apply patch from https://github.com/softprops/action-gh-release/issues/206#issuecomment-1325087743
* rebuild
---------
Co-authored-by: Doug Tangren <d.tangren@gmail.com >
2024-03-08 15:55:14 -05:00
softprops
a6c7483a42
release prep for v2
2024-03-08 15:21:48 -05:00
koplo199
0bd7e8b279
Update all dependencies + dependabot.yml configuration + node16 ( #275 )
...
* Create dependabot.yml
* Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update to node16
* Bump @types/node from 12.12.24 to 18.11.9
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 12.12.24 to 18.11.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump glob and @types/glob
Bumps [glob](https://github.com/isaacs/node-glob ) and [@types/glob](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/glob ). These dependencies needed to be updated together.
Updates `glob` from 7.1.6 to 8.0.3
- [Release notes](https://github.com/isaacs/node-glob/releases )
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/node-glob/compare/v7.1.6...v8.0.3 )
Updates `@types/glob` from 7.1.1 to 8.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/glob )
---
updated-dependencies:
- dependency-name: glob
dependency-type: direct:production
update-type: version-update:semver-major
- dependency-name: "@types/glob"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump @actions/github from 5.0.0 to 5.1.1
Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github ) from 5.0.0 to 5.1.1.
- [Release notes](https://github.com/actions/toolkit/releases )
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github )
---
updated-dependencies:
- dependency-name: "@actions/github"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump ts-jest from 24.2.0 to 24.3.0
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest ) from 24.2.0 to 24.3.0.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases )
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v24.2.0...v24.3.0 )
---
updated-dependencies:
- dependency-name: ts-jest
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump prettier from 1.19.1 to 2.7.1
Bumps [prettier](https://github.com/prettier/prettier ) from 1.19.1 to 2.7.1.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/1.19.1...2.7.1 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump @octokit/plugin-retry from 3.0.9 to 4.0.3
Bumps [@octokit/plugin-retry](https://github.com/octokit/plugin-retry.js ) from 3.0.9 to 4.0.3.
- [Release notes](https://github.com/octokit/plugin-retry.js/releases )
- [Commits](https://github.com/octokit/plugin-retry.js/compare/v3.0.9...v4.0.3 )
---
updated-dependencies:
- dependency-name: "@octokit/plugin-retry"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* Resolve conflicts
* Resolve conflicts
* Resolve conflicts
* Bump mime and @types/mime
Bumps [mime](https://github.com/broofa/mime ) and [@types/mime](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mime ). These dependencies needed to be updated together.
Updates `mime` from 2.4.4 to 3.0.0
- [Release notes](https://github.com/broofa/mime/releases )
- [Changelog](https://github.com/broofa/mime/blob/main/CHANGELOG.md )
- [Commits](https://github.com/broofa/mime/compare/v2.4.4...v3.0.0 )
Updates `@types/mime` from 2.0.1 to 3.0.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mime )
---
updated-dependencies:
- dependency-name: mime
dependency-type: direct:production
update-type: version-update:semver-major
- dependency-name: "@types/mime"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump @octokit/plugin-throttling from 3.7.0 to 4.3.2
Bumps [@octokit/plugin-throttling](https://github.com/octokit/plugin-throttling.js ) from 3.7.0 to 4.3.2.
- [Release notes](https://github.com/octokit/plugin-throttling.js/releases )
- [Commits](https://github.com/octokit/plugin-throttling.js/compare/v3.7.0...v4.3.2 )
---
updated-dependencies:
- dependency-name: "@octokit/plugin-throttling"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump @zeit/ncc from 0.21.1 to 0.22.3
Bumps [@zeit/ncc](https://github.com/zeit/ncc ) from 0.21.1 to 0.22.3.
- [Release notes](https://github.com/zeit/ncc/releases )
- [Commits](https://github.com/zeit/ncc/compare/0.21.1...0.22.3 )
---
updated-dependencies:
- dependency-name: "@zeit/ncc"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update dependabot.yml
* Update dependabot.yml
* Regenerate package-lock.json and dist folder
* Update
* Bump typescript from 3.9.10 to 4.8.4
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 3.9.10 to 4.8.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.10...v4.8.4 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* Resolve conflicts
* Bump jest-circus from 24.9.0 to 29.2.2
Bumps [jest-circus](https://github.com/facebook/jest/tree/HEAD/packages/jest-circus ) from 24.9.0 to 29.2.2.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v29.2.2/packages/jest-circus )
---
updated-dependencies:
- dependency-name: jest-circus
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* Resolve conflicts
* Resolve conflicts
* Resolve conflicts
* Resolve conflicts
* Bump @types/jest from 24.9.1 to 29.2.2
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ) from 24.9.1 to 29.2.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest )
---
updated-dependencies:
- dependency-name: "@types/jest"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update main.yml
* Bump jest-circus from 29.3.0 to 29.3.1
Bumps [jest-circus](https://github.com/facebook/jest/tree/HEAD/packages/jest-circus ) from 29.3.0 to 29.3.1.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v29.3.1/packages/jest-circus )
---
updated-dependencies:
- dependency-name: jest-circus
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump jest from 29.3.0 to 29.3.1
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest ) from 29.3.0 to 29.3.1.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v29.3.1/packages/jest )
---
updated-dependencies:
- dependency-name: jest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-21 01:50:24 -05:00
Feng Yu
fe9a9bd329
add append_body option ( #199 )
2022-01-22 11:40:31 -05:00
softprops
44946dc88f
rebuild
2021-12-05 01:41:29 -05:00