Skip to content

Commit 26e8ad2

Browse files
committed
release 2.6.0
Signed-off-by: Rui Chen <rui@chenrui.dev>
1 parent b959f31 commit 26e8ad2

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## 2.6.0
2+
3+
`2.6.0` is a minor release centered on `previous_tag` support for `generate_release_notes`,
4+
which lets workflows pin GitHub's comparison base explicitly instead of relying on the default range.
5+
It also includes the recent concurrent asset upload recovery fix, a `working_directory` docs sync,
6+
a checked-bundle freshness guard for maintainers, and clearer immutable-prerelease guidance where
7+
GitHub platform behavior imposes constraints on how prerelease asset uploads can be published.
8+
9+
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.
10+
11+
## What's Changed
12+
13+
### Exciting New Features 🎉
14+
15+
* feat: support previous_tag for generate_release_notes by @pocesar in https://github.com/softprops/action-gh-release/pull/372
16+
17+
### Bug fixes 🐛
18+
19+
* fix: recover concurrent asset metadata 404s by @chenrui333 in https://github.com/softprops/action-gh-release/pull/760
20+
21+
### Other Changes 🔄
22+
23+
* docs: clarify reused draft release behavior by @chenrui333 in https://github.com/softprops/action-gh-release/pull/759
24+
* docs: clarify working_directory input by @chenrui333 in https://github.com/softprops/action-gh-release/pull/761
25+
* ci: verify dist bundle freshness by @chenrui333 in https://github.com/softprops/action-gh-release/pull/762
26+
* fix: clarify immutable prerelease uploads by @chenrui333 in https://github.com/softprops/action-gh-release/pull/763
27+
128
## 2.5.3
229

330
`2.5.3` is a patch release focused on the remaining path-handling and release-selection bugs uncovered after `2.5.2`.

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

0 commit comments

Comments
 (0)