Skip to content

fix(settings): ensure draft flag is set for release configuration#536

Merged
agreaves-ms merged 2 commits intomainfrom
fix/attest-upload-upload-plugin
Feb 13, 2026
Merged

fix(settings): ensure draft flag is set for release configuration#536
agreaves-ms merged 2 commits intomainfrom
fix/attest-upload-upload-plugin

Conversation

@agreaves-ms
Copy link
Copy Markdown
Collaborator

fix(settings): ensure draft flag is set for release configuration

Description

Added the "draft": true setting 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.

  • fix(settings): Added "draft": true to the package configuration in release-please-config.json so release PRs open in draft state by default

Related Issue(s)

Type of Change

Select all that apply:

Code & Documentation:

  • Bug fix (non-breaking change fixing an issue)
  • New feature (non-breaking change adding functionality)
  • Breaking change (fix or feature causing existing functionality to change)
  • Documentation update

Infrastructure & Configuration:

  • GitHub Actions workflow
  • Linting configuration (markdown, PowerShell, etc.)
  • Security configuration
  • DevContainer configuration
  • Dependency update

AI Artifacts:

  • Reviewed contribution with prompt-builder agent and addressed all feedback
  • Copilot instructions (.github/instructions/*.instructions.md)
  • Copilot prompt (.github/prompts/*.prompt.md)
  • Copilot agent (.github/agents/*.agent.md)
  • Copilot skill (.github/skills/*/SKILL.md)

Note for AI Artifact Contributors:

  • Agents: Research, indexing/referencing other project (using standard VS Code GitHub Copilot/MCP tools), planning, and general implementation agents likely already exist. Review .github/agents/ before creating new ones.
  • Skills: Must include both bash and PowerShell scripts. See Skills.
  • Model Versions: Only contributions targeting the latest Anthropic and OpenAI models will be accepted. Older model versions (e.g., GPT-3.5, Claude 3) will be rejected.
  • See Agents Not Accepted and Model Version Requirements.

Other:

  • Script/automation (.ps1, .sh, .py)
  • Other (please describe):

Sample Prompts (for AI Artifact Contributions)

Testing

  • Verified release-please-config.json is valid JSON after the change
  • Confirmed "draft": true is placed correctly within the package configuration block

Checklist

Required Checks

  • Documentation is updated (if applicable)
  • Files follow existing naming conventions
  • Changes are backwards compatible (if applicable)
  • Tests added for new functionality (if applicable)

AI Artifact Contributions

Required Automated Checks

The following validation commands must pass before merging:

  • Markdown linting: npm run lint:md
  • Spell checking: npm run spell-check
  • Frontmatter validation: npm run lint:frontmatter
  • Link validation: npm run lint:md-links
  • PowerShell analysis: npm run lint:ps

Security Considerations

  • This PR does not contain any sensitive or NDA information
  • Any new dependencies have been reviewed for security issues
  • Security-related scripts follow the principle of least privilege

Additional Notes

🔧 - Generated by Copilot

@agreaves-ms agreaves-ms requested a review from a team as a code owner February 13, 2026 19:32
Copilot AI review requested due to automatic review settings February 13, 2026 19:32
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Feb 13, 2026

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Feb 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.34%. Comparing base (68345ed) to head (b0a6650).

Additional details and impacted files

Impacted file tree graph

@@            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     
Flag Coverage Δ
pester 85.34% <ø> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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": true for the root package configuration in release-please-config.json to create draft release PRs by default.

@agreaves-ms agreaves-ms merged commit 9e98c68 into main Feb 13, 2026
18 checks passed
@agreaves-ms agreaves-ms deleted the fix/attest-upload-upload-plugin branch February 13, 2026 19:47
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants