File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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" \
You can’t perform that action at this time.
0 commit comments