Skip to content

Commit 61e95a7

Browse files
committed
update commit/PR title
1 parent 84aab91 commit 61e95a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ jobs:
253253
git add rust/main/Cargo.toml rust/main/CHANGELOG.md
254254
255255
# Commit changes
256-
git commit -m "chore(release): prepare agents v${NEW_VERSION}
256+
git commit -m "release: agents v${NEW_VERSION}
257257
258258
This is a $BUMP_TYPE version bump for the Hyperlane agents.
259259
@@ -285,13 +285,13 @@ jobs:
285285
if [ -n "$EXISTING_PR" ]; then
286286
echo "Updating existing PR #$EXISTING_PR"
287287
gh pr edit "$EXISTING_PR" \
288-
--title "chore(release): agents v${NEW_VERSION}" \
288+
--title "release: agents v${NEW_VERSION}" \
289289
--body "$PR_BODY"
290290
echo "Updated PR: $(gh pr view $EXISTING_PR --json url --jq .url)"
291291
else
292292
echo "Creating new draft PR"
293293
gh pr create \
294-
--title "chore(release): agents v${NEW_VERSION}" \
294+
--title "release: agents v${NEW_VERSION}" \
295295
--body "$PR_BODY" \
296296
--base main \
297297
--head "$BRANCH_NAME" \

0 commit comments

Comments
 (0)