Releases: softprops/action-gh-release
Releases · softprops/action-gh-release
v2.1.0
What's Changed
Exciting New Features 🎉
- feat: add support for release assets with multiple spaces within the name by @dukhine in #518
- feat: preserve upload order by @richarddd in #500
Other Changes 🔄
- chore(deps): bump @types/node from 22.8.2 to 22.8.7 by @dependabot in #539
New Contributors
- @dukhine made their first contribution in #518
- @richarddd made their first contribution in #500
Full Changelog: v2...v2.1.0
v2.0.9
What's Changed
- maintenance release with updated dependencies
New Contributors
Full Changelog: v2...v2.0.9
v2.0.8
What's Changed
Other Changes 🔄
- chore(deps): bump prettier from 2.8.0 to 3.3.3 by @dependabot in #480
- chore(deps): bump @types/node from 20.14.9 to 20.14.11 by @dependabot in #483
- chore(deps): bump @octokit/plugin-throttling from 9.3.0 to 9.3.1 by @dependabot in #484
- chore(deps): bump glob from 10.4.2 to 11.0.0 by @dependabot in #477
- refactor: write jest config in ts by @chenrui333 in #485
- chore(deps): bump @actions/github from 5.1.1 to 6.0.0 by @dependabot in #470
Full Changelog: v2...v2.0.8
v2.0.7
What's Changed
Bug fixes 🐛
- Fix missing update release body by @FirelightFlagboy in #365
Other Changes 🔄
- Bump @octokit/plugin-retry from 4.0.3 to 7.1.1 by @dependabot in #443
- Bump typescript from 4.9.5 to 5.5.2 by @dependabot in #467
- Bump @types/node from 20.14.6 to 20.14.8 by @dependabot in #469
- Bump @types/node from 20.14.8 to 20.14.9 by @dependabot in #473
- Bump typescript from 5.5.2 to 5.5.3 by @dependabot in #472
- Bump ts-jest from 29.1.5 to 29.2.2 by @dependabot in #479
- docs: document that existing releases are updated by @jvanbruegge in #474
New Contributors
- @jvanbruegge made their first contribution in #474
- @FirelightFlagboy made their first contribution in #365
Full Changelog: v2.0.6...v2.0.7
v2.0.6
maintenance release with updated dependencies
v2.0.5
- Factor in file names with spaces when upserting files #446 via @MystiPanda
- Improvements to error handling #449 via @till
v2.0.4
v2.0.2
v2.0.1
- Add support for make_latest property #304 via @samueljseay
- Fail run if files setting contains invalid patterns #384 via @rpdelaney
- Add support for proxy env variables (don't use node-fetch) #386 via @timor-raiman
- Suppress confusing warning when input_files is empty #389 via @Drowze
v2.0.0
- update actions.yml declaration to node20 to address warnings