We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f84666 commit 9023a01Copy full SHA for 9023a01
scripts/start.sh
@@ -11,6 +11,7 @@ npx changeset status --output="$CHANGESETS_STATUS_JSON"
11
BRANCH_SUFFIX="$(jq -r '.releases[0].newVersion | gsub("\\.\\d+$"; "")' $CHANGESETS_STATUS_JSON)"
12
RELEASE_BRANCH="release-v$BRANCH_SUFFIX"
13
git checkout -b "$RELEASE_BRANCH"
14
+git push origin "$RELEASE_BRANCH"
15
16
# Output branch
17
echo "branch=$RELEASE_BRANCH" >> $GITHUB_OUTPUT
0 commit comments