Merge branch 'main' into feat/pnpm-support-in-ci
This commit is contained in:
@@ -213,9 +213,10 @@ jobs:
|
|||||||
- name: Create PR for version bump
|
- name: Create PR for version bump
|
||||||
run: |
|
run: |
|
||||||
VERSION="${{ inputs.version }}"
|
VERSION="${{ inputs.version }}"
|
||||||
|
BODY=$(printf "Automated version bump and checksum update for v%s.\n\ncc @cpfarhood" "${VERSION}")
|
||||||
gh pr create \
|
gh pr create \
|
||||||
--title "release: v${VERSION}" \
|
--title "release: v${VERSION}" \
|
||||||
--body "Automated version bump and checksum update for v${VERSION}." \
|
--body "$BODY" \
|
||||||
--base main \
|
--base main \
|
||||||
--head "release/v${VERSION}"
|
--head "release/v${VERSION}"
|
||||||
gh pr merge "release/v${VERSION}" --auto --squash --delete-branch
|
gh pr merge "release/v${VERSION}" --auto --squash --delete-branch
|
||||||
|
|||||||
Reference in New Issue
Block a user