prep release

This commit is contained in:
softprops 2024-03-11 09:44:32 -04:00
parent 7ee8e06381
commit 3198ee18f8
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,8 @@
## 2.0.3 (unreleased)
## 2.0.4 (unreleased)
## 2.0.3
- Declare `make_latest` as an input field in `action.yml` [#419](https://github.com/softprops/action-gh-release/pull/419)
## 2.0.2

View File

@ -1,6 +1,6 @@
{
"name": "action-gh-release",
"version": "0.1.15",
"version": "2.0.3",
"private": true,
"description": "GitHub Action for creating GitHub Releases",
"main": "lib/main.js",