We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1a86b3 commit 5c1797aCopy full SHA for 5c1797a
scripts/release.sh
@@ -42,12 +42,13 @@ case "$COMMAND" in
42
# step 2: bump versions, commit, push branch
43
echo ""
44
echo "→ Running cargo release (no publish, no tag)..."
45
- cargo release --no-publish --no-tag --allow-branch="$BRANCH" "$VERSION"
+ cargo release --no-publish --no-tag --allow-branch="$BRANCH" --execute "$VERSION"
46
47
48
echo "→ Opening pull request..."
49
PR_URL=$(gh pr create \
50
--title "chore: Release hotdata-cli version $VERSION" \
51
+ --body "" \
52
--base main \
53
--head "$BRANCH")
54
0 commit comments