Skip to content

Commit

Permalink
ci: adjust release-please settings
Browse files Browse the repository at this point in the history
* Title does not include branch name and displays version with `v`.
* Changelog includes a section for dependency updates.
  • Loading branch information
barmac authored Oct 12, 2023
1 parent 78af19c commit 821423b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/RELEASE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 821423b

Please sign in to comment.