Skip to content

Commit

Permalink
ci(release): include all commits on release
Browse files Browse the repository at this point in the history
  • Loading branch information
H4ad committed Dec 22, 2023
1 parent 1161e42 commit 9185a0b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@ jobs:
with:
token: ${{ secrets.RELEASE_PLEASE_TOKEN_GITHUB }}
release-type: node
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": "Performance Improvements", "hidden": false },
{ "type": "ci", "section": "CI", "hidden": false },
{ "type": "refactor", "section": "Refactoring", "hidden": false },
{ "type": "test", "section": "Tests", "hidden": false }
]
- name: Checkout Code
if: ${{ steps.release.outputs.release_created }}
Expand Down

0 comments on commit 9185a0b

Please sign in to comment.