mirror of
https://github.com/softprops/action-gh-release.git
synced 2026-09-01 08:43:41 +02:00
@@ -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
|
||||
|
||||
Generated
+2
-2
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user