release 2.6.1

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen
2026-03-15 20:57:00 -04:00
parent 569deb874d
commit 153bb8e044
3 changed files with 17 additions and 3 deletions

View File

@@ -1,3 +1,17 @@
## 2.6.1
`2.6.1` is a patch release focused on restoring linked discussion thread creation when
`discussion_category_name` is set. It fixes `#764`, where the draft-first publish flow
stopped carrying the discussion category through the final publish step.
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: preserve discussion category on publish by @chenrui333 in https://github.com/softprops/action-gh-release/pull/765
## 2.6.0
`2.6.0` is a minor release centered on `previous_tag` support for `generate_release_notes`,

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "action-gh-release",
"version": "2.6.0",
"version": "2.6.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "action-gh-release",
"version": "2.6.0",
"version": "2.6.1",
"dependencies": {
"@actions/core": "^3.0.0",
"@actions/github": "^9.0.0",

View File

@@ -1,6 +1,6 @@
{
"name": "action-gh-release",
"version": "2.6.0",
"version": "2.6.1",
"private": true,
"description": "GitHub Action for creating GitHub Releases",
"main": "lib/main.js",