Skip to content

Commit 153bb8e

Browse files
committed
release 2.6.1
Signed-off-by: Rui Chen <rui@chenrui.dev>
1 parent 569deb8 commit 153bb8e

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 2.6.1
2+
3+
`2.6.1` is a patch release focused on restoring linked discussion thread creation when
4+
`discussion_category_name` is set. It fixes `#764`, where the draft-first publish flow
5+
stopped carrying the discussion category through the final publish step.
6+
7+
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.
8+
9+
## What's Changed
10+
11+
### Bug fixes 🐛
12+
13+
* fix: preserve discussion category on publish by @chenrui333 in https://github.com/softprops/action-gh-release/pull/765
14+
115
## 2.6.0
216

317
`2.6.0` is a minor release centered on `previous_tag` support for `generate_release_notes`,

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

0 commit comments

Comments
 (0)