Commit Graph

65 Commits

Author SHA1 Message Date
Nick Cipollo
e87de4c2e4 Fixes #542 Add previous tag option (#550) 2025-09-02 15:56:40 -04:00
Nick Cipollo
d3601261f8 Fixes #548 Add support body + generated release notes (#549) 2025-09-02 12:27:56 -04:00
Nick Cipollo
36bf8dd70f References #545 Default immutable builds to false 2025-09-01 12:47:09 -04:00
Nick Cipollo
defcf131e4 Fixes #540 Add support for immutable releases (#544) 2025-08-28 13:15:38 -04:00
Nick Cipollo
05013d58ed Standardize on separate call to generate release notes 2025-08-21 20:33:00 -04:00
Nick Cipollo
707331a88d Fixes #529 Collect asset URLs into output 2025-06-29 16:12:11 -04:00
Nick Cipollo
7922049688 Fixes #529 Add zip and tarball urls to output 2025-06-28 21:23:15 -04:00
Nick Cipollo
fa4749311e Fixes #513 Don't generate release notes if omitBody is set (#517) 2025-05-11 17:38:39 -04:00
Radek Antoniuk
a8c5a7f252 Fixes #474 Regenerate release notes on release updates (#497) 2025-02-20 09:11:25 -05:00
Nick Cipollo
17b559883e Add biome and initial format rules 2025-02-17 16:15:54 -05:00
Nick Cipollo
033b82b409 Throw explicit error if list releases reponse doesn't have data 2025-01-11 21:52:42 -05:00
Nick Cipollo
8b72352976 Fix ArtifactUploader errors 2025-01-11 21:20:00 -05:00
Nick Cipollo
02a91b5ddd Fix build errors from github api update 2023-12-11 08:37:08 -05:00
Nick Cipollo
6c75be85e5 Fixes #357 Use a read stream for artifacts.
Some checks failed
Test / check_pr (push) Has been cancelled
This seems to be safe since octokit mentions ReadableStreams in their fetcher wrapper & tests: https://github.com/octokit/request.js/blob/main/src/fetch-wrapper.ts#L44
(and also it seems to work when I test it).
2023-08-24 08:37:01 -04:00
Nick Cipollo
eb05307dce Fix stupid mocking error 2023-04-01 18:12:05 -04:00
Nick Cipollo
215101a6e6 Fixes #301 Add remediation suggestion to 404 errors 2023-01-28 13:58:46 -05:00
Nick Cipollo
a2e71bdd4e Update "makeLatest" so it's always defined
Some checks failed
Test / check_pr (push) Has been cancelled
2022-12-11 13:56:37 -05:00
Eric Cornelissen
0bf6967166 Add make_latest option (#283) 2022-12-11 13:45:00 -05:00
Nick Cipollo
3bacd9e49a Fixes #267 Add ActionSkipper 2022-11-11 13:46:22 -05:00
Nick Cipollo
5b3ed26ce2 Fixes #219 Add argument to allow only updating drafts and prereleases 2022-10-02 17:35:42 -04:00
Nick Cipollo
c9494285dc Fix tests 2022-06-07 11:19:26 -04:00
Nick Cipollo
eed740324c Revert "Ensure test failures still work"
This reverts commit 4f104f8afe.
2022-03-31 18:08:50 -04:00
Nick Cipollo
4f104f8afe Ensure test failures still work 2022-03-31 18:08:21 -04:00
Nick Cipollo
ffcd2d4c10 Fixes #185 Add omitDraftDuringUpdate input (#190) 2022-03-31 17:07:42 -04:00
Nick Cipollo
268f2377f2 Fix test which is failing when pushing a tag 2021-11-26 17:26:50 -05:00
Nick Cipollo
40bb172bd0 Fixes #135 Add support for generate_release_notes
Some checks failed
Test / check_pr (push) Has been cancelled
2021-11-26 16:55:04 -05:00
Nick Cipollo
01e1051edf Fixes #136 Globber now also supports new line as separator. 2021-10-25 08:03:03 -04:00
Nick Cipollo
95aae1ba96 Fixes #120 Artifacts can be removed even when new ones aren't provided 2021-10-03 18:46:12 -04:00
Rosalie
f597c8ad62 Add removeArtifacts (#109) 2021-09-06 18:57:37 -04:00
Jashandeep Sohi
7461bfe839 Add option to ignore prerelease on update (#96) 2021-08-01 15:41:55 -04:00
Nick Cipollo
92158b2aee Disable integration test. 2021-06-30 16:36:19 -04:00
Nick Cipollo
289da33bfb Bump github types to 5.0.0 2021-06-30 16:34:09 -04:00
Nick Cipollo
15abc13cc4 Fixes #55 Add artifact validation which check to ensure it's not a directory 2021-05-24 11:21:34 -04:00
Nick Cipollo
616708020f Fixes #50 Add plugin outputs which contain release information. 2021-05-12 11:36:59 -04:00
ph1ll
ec90733eaa Use pagination for listing release assets 2021-04-15 13:15:38 -04:00
Nick Cipollo
839c2ee3df Skip integration test 2021-04-07 17:38:35 -04:00
Nick Cipollo
a43fb1aa82 Fixes #37 Add discussion category action argument. 2021-04-07 17:36:43 -04:00
Nick Cipollo
8f0b206fd3 Cleanup error classes and CI 2021-03-23 17:43:38 -04:00
Nick Cipollo
af980963d6 Fixes #33 Add artifactErrorsFailBuild flag 2021-03-21 19:47:27 -04:00
Nick Cipollo
5b1448e480 Fixes #32 Globber will now expand tilde and warn if no results are found 2021-03-12 12:44:12 -05:00
Nick Cipollo
09eb035337 Fixes #26 Update dependencies and fix octokit types
Fixes #27 Add inputs for specifying owner and repo
2021-02-10 11:50:57 -05:00
Nick Cipollo
840524d784 Add note to input test 2020-07-20 22:42:54 -04:00
Nick Cipollo
83aacbf1b5 Another attempt to fix tests 2020-07-20 22:40:44 -04:00
Nick Cipollo
067437b167 Fixes #19 Bump dependencies & update octokit usage 2020-07-20 19:13:47 -04:00
Nick Cipollo
6f236bd2ff Fixes #16 Add update specific omit inputs 2020-05-26 14:39:57 -04:00
Nick Cipollo
8954a2e764 Fixes #15 Add omitBody and omitName 2020-05-25 17:06:44 -04:00
Nick Cipollo
2ea88b1f32 Add retry for uploading artifact (#13) 2020-03-05 11:39:02 -05:00
Nick Cipollo
d57d57cad2 Fixes #12 Artifacts will now be replaced 2020-03-02 22:20:41 -05:00
Nick Cipollo
767a5edcf4 Fix tests 2020-01-02 23:46:48 -05:00
Nick Cipollo
04d64ce68e Fixes #8 Add support for draft release updating 2020-01-02 22:56:16 -05:00