Skip to content

Commit da05d55

Browse files
committed
release 2.2.2
Signed-off-by: Rui Chen <[email protected]>
1 parent 6b18c2f commit da05d55

File tree

4 files changed

+21
-6
lines changed

4 files changed

+21
-6
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 2.2.2
2+
3+
## What's Changed
4+
5+
### Bug fixes 🐛
6+
7+
* fix: updating release draft status from true to false by @galargh in https://github.com/softprops/action-gh-release/pull/316
8+
9+
### Other Changes 🔄
10+
11+
* chore: simplify ref_type test by @steinybot in https://github.com/softprops/action-gh-release/pull/598
12+
* fix(docs): clarify the default for tag_name by @muzimuzhi in https://github.com/softprops/action-gh-release/pull/599
13+
* test(release): add unit tests when searching for a release by @rwaskiewicz in https://github.com/softprops/action-gh-release/pull/603
14+
* dependency updates
15+
116
## 2.2.1
217

318
## What's Changed

dist/index.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "action-gh-release",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"private": true,
55
"description": "GitHub Action for creating GitHub Releases",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)