Skip to content

Commit

Permalink
chore: Add missing component to release please GitHub action (#2896)
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone committed Oct 23, 2023
1 parent e8eced4 commit 8751d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
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 8751d52

Please sign in to comment.