Skip to content

Commit

Permalink
fix: Use correct syntax in release please configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone committed Oct 23, 2023
1 parent 787eb74 commit bd71bd7
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 ${{ 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 bd71bd7

Please sign in to comment.