Releases: ncipollo/release-action
Releases Β· ncipollo/release-action
v1.13.0
What's Changed
- Fixed #357 - we now use a
ReadStreamfor artifacts which will hopefully prevent them from being loaded entirely into memory before being uploaded. - Bump json5 from 2.2.1 to 2.2.3 by @dependabot in #296
- Bump typescript from 4.9.3 to 4.9.4 by @dependabot in #293
- Bump @types/node from 18.11.10 to 18.11.18 by @dependabot in #292
- Bump glob and @types/glob by @dependabot in #304
- Bump typescript from 4.9.4 to 4.9.5 by @dependabot in #305
- Bump jest-circus from 29.3.1 to 29.4.1 by @dependabot in #306
- Bump jest-circus from 29.4.1 to 29.5.0 by @dependabot in #318
- Bump @types/node from 18.11.18 to 18.15.11 by @dependabot in #319
- Readme: update checkout to v3 by @SpencerIsGiddy in #303
- Bump typescript from 4.9.5 to 5.0.3 by @dependabot in #320
- Bump glob from 8.1.0 to 9.3.2 by @dependabot in #321
- Bump @types/jest from 29.5.0 to 29.5.1 by @dependabot in #326
- Bump glob from 9.3.2 to 10.2.2 by @dependabot in #330
- Bump ts-jest from 29.0.5 to 29.1.0 by @dependabot in #329
- Bump typescript from 5.0.3 to 5.0.4 by @dependabot in #327
- Bump @types/jest from 29.5.1 to 29.5.2 by @dependabot in #337
- Bump glob from 10.2.2 to 10.2.6 by @dependabot in #339
- Bump @types/node from 18.15.11 to 20.3.2 by @dependabot in #340
- Bump ts-jest from 29.1.0 to 29.1.1 by @dependabot in #345
- Bump glob from 10.2.6 to 10.3.1 by @dependabot in #342
- Bump typescript from 5.0.4 to 5.1.6 by @dependabot in #343
- Bump @types/node from 18.15.11 to 20.3.3 by @dependabot in #341
New Contributors
- @SpencerIsGiddy made their first contribution in #303
Full Changelog: v1...v1.13.0
v1.12.0
What's Changed
- Add support for
make_latestoption when creating or updating a release by @ericcornelissen in #283 - Dependency updates
New Contributor
- @ericcornelissen made their first contribution in #283
Full Changelog: v1.11.2...v1.12.0
v1.11.2
- Security updates
- Adds support for
skipIfReleaseExists
v1.11.1
Fixes artifact glob issue for windows machines.
Full Changelog: v1.11.0...v1.11.1
v1.11.0
#219 Add action input updateOnlyUnreleased. This will fail updates to releases which are not draft or prerelease.
1.10.1
Update node version & dependencies.
v1.10.0
- Adds
omitDraftDuringUpdate. This property allows you to avoid moving a release back to a draft if it's already been promoted to being a public (non-draft) release. - Dependency updates (fixes for security bulletins & general updates)
v1.9.0
Adds support for generate_release_notes.
v1.8.10
- Update
removeArtifactslogic so it runs even if you have no artifacts defined in the action. - Security and dependency updates.
v1.8.9
Adds the removeArtifacts input which will remove all exiting artifacts before uploading new ones.