Skip to content

Commit b25b93d

Browse files
committed
release 2.5.2
Signed-off-by: Rui Chen <rui@chenrui.dev>
1 parent 7a0ff5e commit b25b93d

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 2.5.2
2+
3+
`2.5.2` is a patch release focused on the remaining release-creation and prerelease regressions in the `2.5.x` bug-fix cycle.
4+
It fixes `#705`, fixes `#708`, fixes `#740`, fixes `#741`, and fixes `#722`.
5+
Regression testing covers the shared-tag race, prerelease event behavior, dotfile asset labels,
6+
same-filename concurrent uploads, and blocked-tag cleanup behavior.
7+
8+
If you still hit an issue after upgrading, please open a report with the bug template and include a minimal repro or sanitized workflow snippet where possible.
9+
10+
## What's Changed
11+
12+
### Bug fixes 🐛
13+
14+
* fix: canonicalize releases after concurrent create by @chenrui333 in https://github.com/softprops/action-gh-release/pull/746
15+
* fix: preserve prereleased events for prereleases by @chenrui333 in https://github.com/softprops/action-gh-release/pull/748
16+
* fix: restore dotfile asset labels by @chenrui333 in https://github.com/softprops/action-gh-release/pull/749
17+
* fix: handle upload already_exists races across workflows by @api2062 in https://github.com/softprops/action-gh-release/pull/745
18+
* fix: clean up orphan drafts when tag creation is blocked by @chenrui333 in https://github.com/softprops/action-gh-release/pull/750
19+
120
## 2.5.1
221

322
`2.5.1` is a patch release focused on regressions introduced in `2.5.0` and on release lookup reliability.

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

0 commit comments

Comments
 (0)