release 2.2.2

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen 2025-04-18 17:33:17 -04:00
parent 6b18c2f260
commit da05d55257
No known key found for this signature in database
GPG key ID: 6577287BDCA70840
4 changed files with 21 additions and 6 deletions

View file

@ -1,3 +1,18 @@
## 2.2.2
## What's Changed
### Bug fixes 🐛
* fix: updating release draft status from true to false by @galargh in https://github.com/softprops/action-gh-release/pull/316
### Other Changes 🔄
* chore: simplify ref_type test by @steinybot in https://github.com/softprops/action-gh-release/pull/598
* fix(docs): clarify the default for tag_name by @muzimuzhi in https://github.com/softprops/action-gh-release/pull/599
* test(release): add unit tests when searching for a release by @rwaskiewicz in https://github.com/softprops/action-gh-release/pull/603
* dependency updates
## 2.2.1
## What's Changed

6
dist/index.js vendored

File diff suppressed because one or more lines are too long

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "action-gh-release",
"version": "2.2.1",
"version": "2.2.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "action-gh-release",
"version": "2.2.1",
"version": "2.2.2",
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0",

View file

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