Skip to content

Commit 624af09

Browse files
sanityclaude
andauthored
fix: use 'build:' instead of 'chore:' for release PR titles (#1971)
Co-authored-by: Claude <noreply@anthropic.com>
1 parent 6c9ef54 commit 624af09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
GH_TOKEN: ${{ secrets.RELEASE_PAT || secrets.GITHUB_TOKEN }}
126126
run: |
127127
PR_URL=$(gh pr create \
128-
--title "chore: release ${{ needs.validate.outputs.version }}" \
128+
--title "build: release ${{ needs.validate.outputs.version }}" \
129129
--body "**Automated release PR**
130130
131131
- freenet: → **${{ needs.validate.outputs.version }}**

0 commit comments

Comments
 (0)