Skip to content

Commit 71d29a0

Browse files
committed
release 2.5.1
Signed-off-by: Rui Chen <rui@chenrui.dev>
1 parent 320a0be commit 71d29a0

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 2.5.1
2+
3+
`2.5.1` is a patch release focused on regressions introduced in `2.5.0` and on release lookup reliability.
4+
It fixes `#713`, addresses `#703`, and fixes `#724`. Regression testing shows that
5+
current `master` no longer reproduces the finalize-race behavior reported in `#704` and `#709`.
6+
7+
## What's Changed
8+
9+
### Bug fixes 🐛
10+
11+
* fix: fetch correct asset URL after finalization; test; some refactoring by @pzhlkj6612 in https://github.com/softprops/action-gh-release/pull/738
12+
* fix: release marked as 'latest' despite make_latest: false by @Boshen in https://github.com/softprops/action-gh-release/pull/715
13+
* fix: use getReleaseByTag API instead of iterating all releases by @kim-em in https://github.com/softprops/action-gh-release/pull/725
14+
15+
### Other Changes 🔄
16+
17+
* dependency updates, including the ESM/runtime compatibility refresh in https://github.com/softprops/action-gh-release/pull/731
18+
119
## 2.5.0
220

321
## What's Changed

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.5.0",
3+
"version": "2.5.1",
44
"private": true,
55
"description": "GitHub Action for creating GitHub Releases",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)