You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/release-stable.mjs
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,8 @@ try {
61
61
letpullNumber=outputOptional("gh pr list --state open --head changeset-release/prod --base prod --json number --jq '.[0].number'");
62
62
63
63
if(!pullNumber){
64
-
pullNumber=output('gh pr create --title "Version Packages (Stable)" --body "Automatically promotes the current beta release line on prod to a stable release." --base prod --head changeset-release/prod --json number --jq \'.number\'');
64
+
run('gh pr create --title "Version Packages (Stable)" --body "Automatically promotes the current beta release line on prod to a stable release." --base prod --head changeset-release/prod');
65
+
pullNumber=output("gh pr list --state open --head changeset-release/prod --base prod --json number --jq '.[0].number'");
0 commit comments