Skip to content

Commit

Permalink
fix(ci): adjust automatic release PR title to match commit format (#1179
Browse files Browse the repository at this point in the history
)
  • Loading branch information
shiftinv committed May 17, 2024
1 parent b8bc768 commit 086fc53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
token: ${{ steps.generate_token.outputs.token }}
branch: auto/release-v${{ inputs.version }}
delete-branch: true
title: "release: v${{ inputs.version }}"
title: "chore(release): v${{ inputs.version }}"
body: |
Automated release PR, triggered by @${{ github.actor }} for ${{ github.sha }}.
Expand Down

0 comments on commit 086fc53

Please sign in to comment.