[PR #3] [MERGED] fix: remove discussionCategoryName — Discussions not enabled on repo #9
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
webgrip/renovate-config#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/webgrip/renovate-config/pull/3
Author: @Copilot
Created: 6/2/2026
Status: ✅ Merged
Merged: 6/2/2026
Merged by: @Ryangr0
Base:
main← Head:copilot/fix-semantic-release-job📝 Commits (3)
e943029Initial plan74081b0fix: remove discussionCategoryName since Discussions is not enabled4f838dafix: remove discussionCategoryName since Discussions is not enabled📊 Changes
1 file changed (+0 additions, -1 deletions)
View changed files
📝
.releaserc.json(+0 -1)📄 Description
The Semantic Release workflow was failing at the
publishstep because.releaserc.jsonconfigureddiscussionCategoryName: "Releases"for@semantic-release/github, but GitHub Discussions is not enabled on this repository.Change
"discussionCategoryName": "Releases"from the@semantic-release/githubplugin config in.releaserc.jsonSummary
Semantic Release CI was failing with:
Root cause:
discussionCategoryNamein.releaserc.jsonrequires GitHub Discussions to be enabled. Removing it unblocks releases without any functional regression — all other publish behavior (assets, labels, comments) is unaffected.Presets affected
None — config-only change to the release pipeline.
Consumer impact
No impact. This only affects how releases are published internally; preset content and versioning behavior are unchanged.
Checklist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.