-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Remove unused release-drafter #461
Conversation
Caution Review failedThe pull request is closed. WalkthroughThe pull request involves the removal of two GitHub-related configuration files: Changes
Sequence DiagramsequenceDiagram
participant Repo as GitHub Repository
participant RD as Release Drafter
participant Workflow as GitHub Actions
note over Repo, Workflow: Previous Workflow Configuration
Workflow->>RD: Trigger Release Drafting
RD->>Repo: Generate Draft Release
RD->>Repo: Categorize Changes
RD->>Repo: Create Version Template
note over Repo, Workflow: Configuration Removed
The sequence diagram illustrates the previous workflow for release drafting, which has now been removed from the project. The diagram shows how the Release Drafter would interact with the GitHub repository to generate and categorize draft releases automatically. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #461 +/- ##
=======================================
Coverage 95.17% 95.17%
=======================================
Files 8 8
Lines 539 539
Branches 40 40
=======================================
Hits 513 513
Misses 17 17
Partials 9 9 ☔ View full report in Codecov by Sentry. |
With the 'generate release notes' button in GitHub (which exists for a while) the release drafter is not used... So 👋 and thank you for your service.
Summary by CodeRabbit