Skip to content

Commit

Permalink
chore: Make release PR title starting from uppercase (#2890)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpro7 authored Oct 17, 2023
1 parent 783d4fd commit 20f6560
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
token: ${{ secrets.GH_TOKEN }}
release-type: simple
package-name: dsp-api
pull-request-title-pattern: "chore${{ scope }}: Release ${{ version }}"
changelog-types: '[
{"type": "feat", "section": "Enhancements", "hidden": false },
{"type": "fix", "section": "Bug Fixes", "hidden": false },
Expand Down

0 comments on commit 20f6560

Please sign in to comment.