Rui Chen
4577bf1fa8
Merge branch 'master' of https://github.com/softprops/action-gh-release into feat/add-generateReleaseNotes
...
Signed-off-by: Rui Chen <rui@chenrui.dev>
2025-06-11 11:37:24 -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
Rui Chen
cd2a4ea768
Merge branch 'master' of https://github.com/softprops/action-gh-release into feat/add-generateReleaseNotes
...
Signed-off-by: Rui Chen <rui@chenrui.dev>
2025-06-11 01:56:08 -04:00
Adriano dos Santos Fernandes
605f567f95
feat: add input option overwrite_files. ( #343 )
...
main / build (push) Waiting to run
* 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
eec65a9721
update test and build
...
Signed-off-by: Rui Chen <rui@chenrui.dev>
2025-06-10 20:47:16 -04:00
Rui Chen
3ecccfdb3a
refresh pr
...
Signed-off-by: Rui Chen <rui@chenrui.dev>
2025-06-10 20:45:09 -04:00
Rui Chen
a6b02d29ce
remove
...
Signed-off-by: Rui Chen <rui@chenrui.dev>
2025-06-10 20:37:24 -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 )
...
main / build (push) Waiting to run
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
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
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
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
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
Paulo Cesar
1b9115ad1a
Merge remote-tracking branch 'origin/master' into feat/add-generateReleaseNotes
2024-03-18 19:46:20 -03: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
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
Paulo Cesar
4a08b319df
feat: add generate from latest tag
2023-07-10 21:12:58 -03: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
Naïm Favier
b260a9f8a6
Follow symbolic links ( #186 )
2021-11-24 12:00:17 -05:00
Brian Surowiec
0465cdad11
Support auto generating release notes ( #179 )
2021-11-07 17:06:35 -05:00
Jakub Kozłowski
69a9b03fd9
Fix typo in message ( #168 )
2021-10-25 20:57:46 -04:00
Doug Tangren
a3f0173fb3
pick one body ( #145 )
2021-09-10 23:07:54 -04:00
Doug Tangren
6ecde844e8
better error on release create failure ( #143 )
2021-08-09 09:26:48 -04:00
softprops
8b7a7c0162
stringify errors object
2021-08-08 12:12:34 -04:00
softprops
6c87482fb9
fix upload err fmt
2021-08-08 12:10:40 -04:00
Doug Tangren
2861dc8673
support linking to discussions ( #136 )
...
* support linking to discussions
* fmt
* wire param
2021-08-08 02:07:02 -04:00
Doug Tangren
003621c2ca
address asset upload warning ( #134 )
...
* bump version
* address asset upload warning
* refactor to new octokit api, work around release asset upload api
* format upload url
* unminify to debug
* try alt constructor
* utilize formatted upload url
* authorize upload
* pass token explicitly
* address conflicting uploads
* remove debugging artifacts
2021-08-08 00:28:01 -04:00
softprops
fdb5f68261
fmt
2021-07-25 20:14:18 -04:00
Raz Halaly
350afcd40d
Update github.ts ( #111 )
2021-07-25 20:04:10 -04:00
Daiki Mizukami
e314c6fe22
allow creating draft releases without a tag ( #95 )
...
Co-authored-by: Doug Tangren <d.tangren@gmail.com>
2021-07-25 19:53:57 -04:00
softprops
9f3b580ccc
lint fix and build
2021-07-25 19:53:56 -04:00
Filip Š
59b9126341
Retain original release info if the keys are not set ( #109 )
2021-07-25 19:53:56 -04:00
Raz Halaly
04c14f526b
Update github.ts ( #111 )
2021-07-25 19:53:56 -04:00
Thomas Piskol
2934fce629
Support custom target_commitish value ( #76 )
...
* Make target_commitish configurable
* Store compiled action for testing
* Add target_commitish to metadata
* Allow override of target_commitish for updating
* Print commit usage
* Improve message for commit usage
* Update draft releases too
* Revert "Update draft releases too"
This reverts commit ff30f8edb1
.
* Integrate latest changes from upstream.
2021-07-25 19:53:53 -04:00
K.Takata
9f4852ebe6
Add tag_name option ( #39 )
...
Allow setting tag name like actions/create-release.
2020-01-09 01:06:19 -05:00
bomb-on
62eba970e0
Ability to update existing release body ( #36 )
...
* Ability to update existing release body
* Updated lib, fixed typo in workflow error message
2020-01-04 01:13:45 -05:00
Loïc Paulevé
d651ef48cb
Only catch github API error ( #32 )
...
* move assignements out of try block
* include compiled code
2019-12-10 08:49:37 -05:00