chore: open changeset release pull requests as draft#622
Conversation
|
dfe8aa2 to
2cbeddd
Compare
Use the `prDraft: create` option from changesets/action to open version PRs in draft mode, requiring explicit approval before merging. Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
2cbeddd to
42d7e11
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #622 +/- ##
=======================================
Coverage 99.86% 99.86%
=======================================
Files 7 7
Lines 736 736
=======================================
Hits 735 735
Misses 1 1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
WilliamBergamin
left a comment
There was a problem hiding this comment.
I like this a lot 💯
|
@WilliamBergamin Same! We're getting close to simple releases I think 🤓 |
|
@mwbrooks @WilliamBergamin Thanks both for taking a looksee! |
Summary
Open changeset release PRs as drafts using the
prDraft: createoption from changesets/action. This prevents version PRs from being accidentally merged before they're reviewed.Reference: https://github.com/changesets/action/blob/main/CHANGELOG.md#180
Requirements