Releases: ncipollo/release-action
Releases · ncipollo/release-action
v1.14.0
What's Changed
- Bump semver from 6.3.0 to 6.3.1 by @dependabot in #350
- Bump actions/checkout from 3 to 4 by @dependabot in #364
- Bump glob from 10.3.1 to 10.3.4 by @dependabot in #361
- Bump jest-circus from 29.5.0 to 29.6.4 by @dependabot in #359
- Bump typescript from 5.1.6 to 5.2.2 by @dependabot in #362
- Bump @types/node from 20.3.3 to 20.6.0 by @dependabot in #366
- Bump jest and @types/jest by @dependabot in #367
- Bump @babel/traverse from 7.17.3 to 7.23.2 by @dependabot in #378
- Bump jest and @types/jest by @dependabot in #377
- Bump jest-circus from 29.6.4 to 29.7.0 by @dependabot in #376
- Bump @types/node from 20.6.0 to 20.8.6 by @dependabot in #379
- Bump @actions/core from 1.10.0 to 1.10.1 by @dependabot in #375
- Bump @types/jest from 29.5.5 to 29.5.7 by @dependabot in #386
- Bump actions/setup-node from 3 to 4 by @dependabot in #381
- Bump @types/node from 20.8.6 to 20.9.0 by @dependabot in #390
- Bump typescript from 5.2.2 to 5.3.2 by @dependabot in #396
- Bump @types/node from 20.9.0 to 20.10.1 by @dependabot in #395
- Bump @types/jest from 29.5.7 to 29.5.11 by @dependabot in #399
- Bump @actions/github from 5.1.1 to 6.0.0 by @dependabot in #385
- Bump typescript from 5.3.2 to 5.3.3 by @dependabot in #403
- Bump @types/node from 20.10.1 to 20.10.6 by @dependabot in #402
- Upgrade to Node 20 by @aovens-quantifi in #411
New Contributors
- @aovens-quantifi made their first contribution in #411
Full Changelog: v1...v1.14.0
v1
Initial release!
v1.13.0
What's Changed
- Fixed #357 - we now use a
ReadStream
for 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_latest
option 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
.