Skip to content

Commit

Permalink
chore: include all commits in the changelog (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic committed Apr 9, 2023
1 parent 9fc2de4 commit 6f6308a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release-please.yml
Expand Up @@ -16,6 +16,18 @@ jobs:
release-type: node
package-name: '@eslint/create-config'
pull-request-title-pattern: 'chore: release${component} ${version}'
changelog-types: >
[
{ "type": "feat", "section": "Features", "hidden": false },
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
{ "type": "docs", "section": "Documentation", "hidden": false },
{ "type": "build", "section": "Build Related", "hidden": false },
{ "type": "chore", "section": "Chores", "hidden": false },
{ "type": "perf", "section": "Chores", "hidden": false },
{ "type": "ci", "section": "Chores", "hidden": false },
{ "type": "refactor", "section": "Chores", "hidden": false },
{ "type": "test", "section": "Chores", "hidden": false }
]
- uses: actions/checkout@v3
if: ${{ steps.release.outputs.release_created }}
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 6f6308a

Please sign in to comment.