Rui Chen
b959f31e96
fix: clarify immutable prerelease uploads ( #763 )
...
* fix: draft prereleases before uploading assets
Signed-off-by: Rui Chen <rui@chenrui.dev >
* fix: clarify immutable prerelease uploads
Signed-off-by: Rui Chen <rui@chenrui.dev >
---------
Signed-off-by: Rui Chen <rui@chenrui.dev >
2026-03-15 14:17:31 -04:00
Rui Chen
6ca3b5d96e
fix: recover concurrent asset metadata 404s ( #760 )
...
Signed-off-by: Rui Chen <rui@chenrui.dev >
2026-03-15 13:32:59 -04:00
Paulo Cesar
9312864490
feat: support previous_tag for generate_release_notes ( #372 )
...
* feat: add generate from latest tag
* chore: refresh previous_tag docs and bundle
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-15 01:17:21 -04:00
Rui Chen
37f7a20824
fix: expand tilde file paths ( #756 )
...
Signed-off-by: Rui Chen <rui@chenrui.dev >
2026-03-15 00:09:15 -04:00
Rui Chen
45211baa90
fix: normalize refs-tag inputs ( #755 )
...
Signed-off-by: Rui Chen <rui@chenrui.dev >
2026-03-15 00:05:22 -04:00
Rui Chen
21ae1a1eb2
fix: support Windows-style file globs ( #754 )
...
Signed-off-by: Rui Chen <rui@chenrui.dev >
2026-03-14 23:58:43 -04:00
Rui Chen
0a28836784
fix: clean up duplicate drafts after canonicalization ( #753 )
...
* fix: clean up duplicate drafts after canonicalization
Signed-off-by: Rui Chen <rui@chenrui.dev >
* refactor: collapse duplicate draft cleanup path
Signed-off-by: Rui Chen <rui@chenrui.dev >
---------
Signed-off-by: Rui Chen <rui@chenrui.dev >
2026-03-14 22:48:32 -04:00
Rui Chen
b36466e122
fix: prefer token input over GITHUB_TOKEN ( #751 )
...
Signed-off-by: Rui Chen <rui@chenrui.dev >
2026-03-14 22:29:40 -04:00
Rui Chen
488ac715ff
fix: clean up orphan drafts when tag creation is blocked ( #750 )
...
Signed-off-by: Rui Chen <rui@chenrui.dev >
2026-03-14 21:51:04 -04:00
api2062
52847653ee
fix: handle upload already_exists races across workflows ( #745 )
...
* Handle upload already_exists races across workflows
* fix: rebase duplicate asset race handling
Signed-off-by: Rui Chen <rui@chenrui.dev >
---------
Signed-off-by: Rui Chen <rui@chenrui.dev >
Co-authored-by: Aditya Inamdar <api2062@Adityas-MacBook-Air.local >
Co-authored-by: Rui Chen <rui@chenrui.dev >
2026-03-14 21:31:14 -04:00
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
Rui Chen
bf563aeb6d
chore: fmt src/github.ts
...
Signed-off-by: Rui Chen <rui@chenrui.dev >
2026-01-10 21:17:58 -05:00
Dave Rolsky
026d617849
chore: log the error that is caught when finalizing a release ( #716 )
2026-01-10 21:15:15 -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
Copilot
f38efdea4c
fix: gracefully fallback to body when body_path cannot be read ( #671 )
...
* Initial plan
* fix: gracefully fallback to body when body_path cannot be read
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:32 -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
Stephen Way
4db716b167
feat: respect working_directory for files globs; add input and tests ( #667 )
2025-10-06 22:51:45 -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
c8d8e91662
chore: add prettier config ( #633 )
...
Signed-off-by: Rui Chen <rui@chenrui.dev >
2025-06-11 11:34:43 -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
8836085300
chore: replace mime with mime-types ( #624 )
...
Signed-off-by: Rui Chen <rui@chenrui.dev >
2025-06-09 19:03:00 -04:00
dependabot[bot]
46b284799f
chore(deps): bump the npm group across 1 directory with 5 updates ( #623 )
...
* chore(deps): bump the npm group across 1 directory with 5 updates
Bumps 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](https://github.com/octokit/plugin-retry.js/compare/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](https://github.com/octokit/plugin-throttling.js/compare/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](https://github.com/kulshekhar/ts-jest/compare/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 >
2025-06-09 18:35:27 -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
c43d7637b9
chore: fmt code
...
Signed-off-by: Rui Chen <rui@chenrui.dev >
2025-01-07 13:50:06 -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
Yetkin Timocin
33fcd69d45
chore: update error and warning messages for not matching files in files field ( #568 )
2025-01-07 13:41:34 -05:00
WÁNG Xuěruì
64f1fa19ef
feat: read the release assets asynchronously ( #552 )
...
Previously all assets were being read synchronously into memory, making
the action unsuitable for releasing very large assets. Because the
client library allows stream body inputs (it just forwards it to the
underlying `fetch` implementation), just do it.
The idea is also suggested by @enumag in
https://github.com/softprops/action-gh-release/issues/353#issuecomment-1793865790 .
Fixes : #353
Signed-off-by: WANG Xuerui <git@xen0n.name >
2024-12-10 21:19:13 -05:00
Richard Davison
d5f028c822
feature: preserve upload order ( #500 )
...
* Preserve upload order
* Update README.md
* Fix typings and add a test
* fmt code
Signed-off-by: Rui Chen <rui@chenrui.dev >
---------
Signed-off-by: Rui Chen <rui@chenrui.dev >
Co-authored-by: Richard Davison <ridaviso@amazon.com >
Co-authored-by: Rui Chen <rui@chenrui.dev >
2024-11-11 15:14:02 -05:00
Eugen Dukhin
98daca21d1
feat: add support for release assets with multiple spaces within the name ( #518 )
...
* extracted the asset name alignment to utils, added unit tests
* fixed formatting issues
2024-11-11 15:12:02 -05:00
Kacper Bąk
cd8b57e572
remove unused imports ( #521 )
2024-10-15 14:50:29 -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
dependabot[bot]
25849b1326
chore(deps): bump prettier from 2.8.0 to 3.3.3 ( #480 )
...
* Bump prettier from 2.8.0 to 3.3.3
Bumps [prettier](https://github.com/prettier/prettier ) from 2.8.0 to 3.3.3.
- [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/2.8.0...3.3.3 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* run fmt
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 16:05:39 -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
Till!
0a76e4214a
Fix: error handling ( #449 )
...
- refactored the big `if/else` to exit early
- added error handling for different errors while creating a release
2024-05-07 09:21:14 -04:00
softprops
3989e4b325
document impl detail
2024-05-06 09:44:36 -04:00
softprops
40bf9ec7aa
fmt and build
2024-05-06 09:36:20 -04:00
MystiPanda
998623f0c3
fix: support space in file name ( #446 )
...
* support space in file name
* Update github.ts
2024-05-06 09:35:11 -04:00
Till!
0979303f02
Fix failure ( #447 )
...
* Fix(temp): console.log
* broken dist
2024-05-06 09:27:30 -04:00
Doug Tangren
6ffed59e55
followup to #417 ( #425 )
...
* followup to #417
* update changelog
2024-03-12 12:22:52 -04:00
Doug Tangren
0e39c679e8
make pattern error opt in ( #417 )
...
* make pattern error opt in
* changelog link
2024-03-10 00:56:17 -05:00