diff --git a/.github/workflows/RELEASE.yml b/.github/workflows/RELEASE.yml index 9e4ee3f76a..666bf35783 100644 --- a/.github/workflows/RELEASE.yml +++ b/.github/workflows/RELEASE.yml @@ -20,6 +20,9 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} release-type: node default-branch: master + pull-request-title-pattern: 'chore: release v${version}' + changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"deps","section":"Dependency Updates","hidden":false}]' + publish: needs: release-please