Skip to content

Commit 5c1797a

Browse files
authored
Fix github pr syntax for release script
1 parent c1a86b3 commit 5c1797a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/release.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,13 @@ case "$COMMAND" in
4242
# step 2: bump versions, commit, push branch
4343
echo ""
4444
echo "→ Running cargo release (no publish, no tag)..."
45-
cargo release --no-publish --no-tag --allow-branch="$BRANCH" "$VERSION"
45+
cargo release --no-publish --no-tag --allow-branch="$BRANCH" --execute "$VERSION"
4646

4747
echo ""
4848
echo "→ Opening pull request..."
4949
PR_URL=$(gh pr create \
5050
--title "chore: Release hotdata-cli version $VERSION" \
51+
--body "" \
5152
--base main \
5253
--head "$BRANCH")
5354

0 commit comments

Comments
 (0)