Skip to content

Commit

Permalink
chore: Update PR title template (#2897)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpro7 authored Oct 23, 2023
1 parent 05d519a commit 3c3c45f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
token: ${{ secrets.GH_TOKEN }}
release-type: simple
package-name: dsp-api
pull-request-title-pattern: "chore${scope}: Release${component} ${version}."
pull-request-title-pattern: "chore${scope}: Release${component} ${version}"
changelog-types: '[
{"type": "feat", "section": "Enhancements", "hidden": false },
{"type": "fix", "section": "Bug Fixes", "hidden": false },
Expand Down

0 comments on commit 3c3c45f

Please sign in to comment.