Update CHANGELOG

This commit is contained in:
Sven-Hendrik Haase 2023-05-22 02:19:26 +02:00
parent 37a32b0167
commit 6295ff030e
No known key found for this signature in database
GPG Key ID: 39E4B877E62EB915

View File

@ -1,7 +1,8 @@
# Changelog
## Unreleased
- 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.
- 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)
## [2.5.0] - 2023-02-21
- Add retry to upload release [#96](https://github.com/svenstaro/upload-release-action/pull/96) (thanks @sonphantrung)