From b25b93d384199fc0fc8c2e126b2d937a0cbeb2ae Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 14 Mar 2026 22:01:58 -0400 Subject: [PATCH] release 2.5.2 Signed-off-by: Rui Chen --- CHANGELOG.md | 19 +++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2497f77..d3f20eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## 2.5.2 + +`2.5.2` is a patch release focused on the remaining release-creation and prerelease regressions in the `2.5.x` bug-fix cycle. +It fixes `#705`, fixes `#708`, fixes `#740`, fixes `#741`, and fixes `#722`. +Regression testing covers the shared-tag race, prerelease event behavior, dotfile asset labels, +same-filename concurrent uploads, and blocked-tag cleanup behavior. + +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. + +## What's Changed + +### Bug fixes 🐛 + +* fix: canonicalize releases after concurrent create by @chenrui333 in https://github.com/softprops/action-gh-release/pull/746 +* fix: preserve prereleased events for prereleases by @chenrui333 in https://github.com/softprops/action-gh-release/pull/748 +* fix: restore dotfile asset labels by @chenrui333 in https://github.com/softprops/action-gh-release/pull/749 +* fix: handle upload already_exists races across workflows by @api2062 in https://github.com/softprops/action-gh-release/pull/745 +* fix: clean up orphan drafts when tag creation is blocked by @chenrui333 in https://github.com/softprops/action-gh-release/pull/750 + ## 2.5.1 `2.5.1` is a patch release focused on regressions introduced in `2.5.0` and on release lookup reliability. diff --git a/package-lock.json b/package-lock.json index 37d2f9e..dc0c2b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "action-gh-release", - "version": "2.5.1", + "version": "2.5.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "action-gh-release", - "version": "2.5.1", + "version": "2.5.2", "dependencies": { "@actions/core": "^3.0.0", "@actions/github": "^9.0.0", diff --git a/package.json b/package.json index 32b0087..53eebaf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-gh-release", - "version": "2.5.1", + "version": "2.5.2", "private": true, "description": "GitHub Action for creating GitHub Releases", "main": "lib/main.js",