chore: small wording changes (#11)

This commit is contained in:
Owen Gretzinger
2025-07-14 18:12:01 -04:00
committed by GitHub
parent f4cadc0d65
commit 9e697080ba
3 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ git commit -m "$COMMIT_MSG"
git push -u origin "$BRANCH_NAME"
# Step 4: Create PR
gh pr create --title "$COMMIT_MSG" --base main --head "$BRANCH_NAME"
gh pr create --title "$COMMIT_MSG" --body "" --base main --head "$BRANCH_NAME"
# Step 5: Merge PR
gh pr merge "$BRANCH_NAME" --squash --delete-branch