Skip to content

Commit 1853d73

Browse files
committed
release 2.5.3
Signed-off-by: Rui Chen <rui@chenrui.dev>
1 parent e8dbf3c commit 1853d73

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## 2.5.3
2+
3+
`2.5.3` is a patch release focused on the remaining path-handling and release-selection bugs uncovered after `2.5.2`.
4+
It fixes `#639`, `#571`, `#280`, `#614`, `#311`, `#403`, and `#368`.
5+
It also adds documentation clarifications for `#541`, `#645`, `#542`, `#393`, and `#411`,
6+
where the current behavior is either usage-sensitive or constrained by GitHub platform limits rather than an action-side runtime bug.
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: prefer token input over GITHUB_TOKEN by @chenrui333 in https://github.com/softprops/action-gh-release/pull/751
15+
* fix: clean up duplicate drafts after canonicalization by @chenrui333 in https://github.com/softprops/action-gh-release/pull/753
16+
* fix: support Windows-style file globs by @chenrui333 in https://github.com/softprops/action-gh-release/pull/754
17+
* fix: normalize refs-tag inputs by @chenrui333 in https://github.com/softprops/action-gh-release/pull/755
18+
* fix: expand tilde file paths by @chenrui333 in https://github.com/softprops/action-gh-release/pull/756
19+
20+
### Other Changes 🔄
21+
22+
* docs: clarify token precedence by @chenrui333 in https://github.com/softprops/action-gh-release/pull/752
23+
* docs: clarify GitHub release limits by @chenrui333 in https://github.com/softprops/action-gh-release/pull/758
24+
* documentation clarifications for empty-token handling, `preserve_order`, and special-character asset filename behavior
25+
126
## 2.5.2
227

328
`2.5.2` is a patch release focused on the remaining release-creation and prerelease regressions in the `2.5.x` bug-fix cycle.

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

0 commit comments

Comments
 (0)