release 3.0.3 (#840)

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen
2026-08-29 20:27:42 -04:00
committed by GitHub
parent 6441963a75
commit efb35369e0
3 changed files with 18 additions and 3 deletions
+15
View File
@@ -1,3 +1,18 @@
## 3.0.3
`3.0.3` is a maintenance release with updated dependencies. It also safely
classifies malformed GitHub API errors to avoid secondary failures (#822).
## What's Changed
### Bug fixes 🐛
* fix: safely classify GitHub API errors by @chenrui333 in https://github.com/softprops/action-gh-release/pull/822
### Other Changes 🔄
* dependency updates
## 3.0.2
`3.0.2` is a patch release focused on release reliability and compatibility. It
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "action-gh-release",
"version": "3.0.2",
"version": "3.0.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "action-gh-release",
"version": "3.0.2",
"version": "3.0.3",
"dependencies": {
"@actions/core": "^3.0.1",
"@actions/github": "^9.1.1",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "action-gh-release",
"version": "3.0.2",
"version": "3.0.3",
"private": true,
"description": "GitHub Action for creating GitHub Releases",
"main": "lib/main.js",