Skip to content

Commit 56fa0cf

Browse files
sanityclaude
andauthored
fix: use conventional commit format for release PR titles (#1989)
Co-authored-by: Claude <noreply@anthropic.com>
1 parent 0e03a03 commit 56fa0cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ create_release_pr() {
433433

434434
echo -n " Creating auto-merge PR... "
435435
pr_number=$(gh pr create \
436-
--title "🚀 Release $VERSION" \
436+
--title "chore: release $VERSION" \
437437
--body "**Automated release PR**
438438
439439
- freenet: → **$VERSION**

0 commit comments

Comments
 (0)