[PR #3] [MERGED] fix: remove discussionCategoryName — Discussions not enabled on repo #9

Closed
opened 2026-06-08 09:05:02 +00:00 by ryangr0 · 0 comments
Owner

📋 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: mainHead: copilot/fix-semantic-release-job


📝 Commits (3)

  • e943029 Initial plan
  • 74081b0 fix: remove discussionCategoryName since Discussions is not enabled
  • 4f838da fix: 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 publish step because .releaserc.json configured discussionCategoryName: "Releases" for @semantic-release/github, but GitHub Discussions is not enabled on this repository.

Change

  • Removed "discussionCategoryName": "Releases" from the @semantic-release/github plugin config in .releaserc.json

Summary

Semantic Release CI was failing with:

RequestError [HttpError]: Discussions are not enabled on this repository.

Root cause: discussionCategoryName in .releaserc.json requires 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

  • Documentation and examples are updated if behavior changed
  • The validator passes for every shared preset
  • The release/tagging impact is described

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/webgrip/renovate-config/pull/3 **Author:** [@Copilot](https://github.com/apps/copilot-swe-agent) **Created:** 6/2/2026 **Status:** ✅ Merged **Merged:** 6/2/2026 **Merged by:** [@Ryangr0](https://github.com/Ryangr0) **Base:** `main` ← **Head:** `copilot/fix-semantic-release-job` --- ### 📝 Commits (3) - [`e943029`](https://github.com/webgrip/renovate-config/commit/e94302985e15735208aa80e677da519ce416a559) Initial plan - [`74081b0`](https://github.com/webgrip/renovate-config/commit/74081b015343b6c262f53ee262654ed98e5aff10) fix: remove discussionCategoryName since Discussions is not enabled - [`4f838da`](https://github.com/webgrip/renovate-config/commit/4f838da88b8052f25135a314d706665378ffe838) fix: remove discussionCategoryName since Discussions is not enabled ### 📊 Changes **1 file changed** (+0 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.releaserc.json` (+0 -1) </details> ### 📄 Description The Semantic Release workflow was failing at the `publish` step because `.releaserc.json` configured `discussionCategoryName: "Releases"` for `@semantic-release/github`, but GitHub Discussions is not enabled on this repository. **Change** - Removed `"discussionCategoryName": "Releases"` from the `@semantic-release/github` plugin config in `.releaserc.json` ## Summary Semantic Release CI was failing with: ``` RequestError [HttpError]: Discussions are not enabled on this repository. ``` Root cause: `discussionCategoryName` in `.releaserc.json` requires 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 - [ ] Documentation and examples are updated if behavior changed - [x] The validator passes for every shared preset - [x] The release/tagging impact is described --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
ryangr0 2026-06-08 09:05:02 +00:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
webgrip/renovate-config#9
No description provided.