[PR #6] [MERGED] Fix semantic-release failure when GitHub Discussions are disabled #8
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#8
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/6
Author: @Copilot
Created: 6/3/2026
Status: ✅ Merged
Merged: 6/3/2026
Merged by: @Ryangr0
Base:
main← Head:copilot/fix-semantic-release-job📝 Commits (2)
c513557Initial planeecb941fix: remove semantic-release discussion category from GitHub plugin📊 Changes
1 file changed (+0 additions, -1 deletions)
View changed files
📝
.releaserc.json(+0 -1)📄 Description
Summary
Semantic Release failed in
Semantic Release / Semantic Releasebecause@semantic-release/githubattempted to attach releases to a Discussions category in a repository with Discussions disabled (404 Discussions are not enabled on this repository).This change removes the Discussions linkage from release publishing so release/tag creation can proceed normally.
discussionCategoryName: "Releases"in.releaserc.jsontriggered a failing PATCH to the GitHub Releases API.discussionCategoryNamefrom the@semantic-release/githubplugin config.Presets affected
None.
No Renovate preset JSON behavior changed (
default,grouped,safe-automerge,gitopsunchanged).Consumer impact
No consumer-facing preset behavior change.
Impact is limited to repository release automation reliability.
Checklist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.