This commit is contained in:
Sven-Hendrik Haase 2023-05-31 19:36:01 +02:00
parent f9beb0ad08
commit 2b9d2847a9
No known key found for this signature in database
GPG Key ID: 39E4B877E62EB915
3 changed files with 292 additions and 285 deletions

View File

@ -1,5 +1,8 @@
# Changelog
## [2.6.1] - 2023-05-31
- Do not overwrite body or name if empty [#108](https://github.com/svenstaro/upload-release-action/pull/108) (thanks regevbr)
## [2.6.0] - 2023-05-23
- Add `make_latest` input parameter. Can be set to `false` to prevent the created release from being marked as the latest release for the repository [#100](https://github.com/svenstaro/upload-release-action/pull/100) (thanks @brandonkelly)
- Don't try to upload empty files [#102](https://github.com/svenstaro/upload-release-action/pull/102) (thanks @Loyalsoldier)

572
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "upload-release-action",
"version": "2.6.0",
"version": "2.6.1",
"private": true,
"description": "Upload files to a GitHub release",
"main": "lib/main.js",