fix(settings): ensure draft flag is set for release configuration#536
Merged
agreaves-ms merged 2 commits intomainfrom Feb 13, 2026
Merged
fix(settings): ensure draft flag is set for release configuration#536agreaves-ms merged 2 commits intomainfrom
agreaves-ms merged 2 commits intomainfrom
Conversation
🔧 - Generated by Copilot
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #536 +/- ##
==========================================
- Coverage 85.36% 85.34% -0.03%
==========================================
Files 23 23
Lines 4475 4475
==========================================
- Hits 3820 3819 -1
- Misses 655 656 +1
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repository’s release-please configuration so that release pull requests are opened as drafts by default, helping prevent accidental merges of auto-generated release PRs before review.
Changes:
- Set
"draft": truefor the root package configuration inrelease-please-config.jsonto create draft release PRs by default.
🔧 - Generated by Copilot
WilliamBerryiii
approved these changes
Feb 13, 2026
agreaves-ms
pushed a commit
that referenced
this pull request
Feb 13, 2026
🤖 I have created a release *beep* *boop* --- ## [2.3.2](hve-core-v2.3.1...hve-core-v2.3.2) (2026-02-13) ### 🐛 Bug Fixes * **settings:** ensure draft flag is set for release configuration ([#536](#536)) ([9e98c68](9e98c68)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: hve-core-release-please[bot] <254602402+hve-core-release-please[bot]@users.noreply.github.com>
This was referenced Feb 13, 2026
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix(settings): ensure draft flag is set for release configuration
Description
Added the
"draft": truesetting to the release-please configuration to ensure release pull requests are created as drafts. This prevents premature merging of auto-generated release PRs before they are reviewed and approved."draft": trueto the package configuration inrelease-please-config.jsonso release PRs open in draft state by defaultRelated Issue(s)
Type of Change
Select all that apply:
Code & Documentation:
Infrastructure & Configuration:
AI Artifacts:
prompt-builderagent and addressed all feedback.github/instructions/*.instructions.md).github/prompts/*.prompt.md).github/agents/*.agent.md).github/skills/*/SKILL.md)Other:
.ps1,.sh,.py)Sample Prompts (for AI Artifact Contributions)
Testing
release-please-config.jsonis valid JSON after the change"draft": trueis placed correctly within the package configuration blockChecklist
Required Checks
AI Artifact Contributions
Required Automated Checks
The following validation commands must pass before merging:
npm run lint:mdnpm run spell-checknpm run lint:frontmatternpm run lint:md-linksnpm run lint:psSecurity Considerations
Additional Notes
🔧 - Generated by Copilot