Skip to content

Commit b16d7b9

Browse files
authored
ci: release pr title (#65)
1 parent be512f8 commit b16d7b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/initiate_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131
run: |
3232
gh pr create \
33-
-t "Release ${{ github.event.inputs.version }}" \
33+
-t "chore: release ${{ github.event.inputs.version }}" \
3434
-b "# :rocket: ${{ github.event.inputs.version }}
3535
Make sure to use squash & merge when merging!
3636
Once this is merged, another job will kick off automatically and publish the package.

0 commit comments

Comments
 (0)