edsger 0.26.2 → 0.26.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -113,7 +113,7 @@ export async function pushAndCreateGitHubPR(config, branchName, title, descripti
113
113
  body: description,
114
114
  head: prHead,
115
115
  base: prBase,
116
- draft: false,
116
+ draft: true,
117
117
  });
118
118
  if (verbose) {
119
119
  logInfo(`✅ Pull request created: ${newPR.html_url}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edsger",
3
- "version": "0.26.2",
3
+ "version": "0.26.3",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "edsger": "dist/index.js"