Skip to content

Commit 37f81a0

Browse files
committed
added scripts for release
1 parent daa9aa5 commit 37f81a0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/push_release_beta.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
gh pr list -s merged --json url -B main --jq ".[] | .url" | sed 's/^/- /' $1 | awk 'BEGIN{print "copilot:summary \n"}{ print}' $1 | gh pr create -t "beta update" -d -H main -B beta -l beta --body-file -

.github/push_release_production.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
gh pr list -s merged --json url -B main --jq ".[] | .url" | sed 's/^/- /' $1 | awk 'BEGIN{print "copilot:summary \n"}{ print}' $1 | gh pr create -t "release update" -d -H beta -B production -l release --body-file -

0 commit comments

Comments
 (0)