Skip to content

Commit

Permalink
ci: Add changelog-types to release-please action config
Browse files Browse the repository at this point in the history
  • Loading branch information
nioe committed Jul 5, 2024
1 parent 01e356c commit d477bce
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,17 @@ jobs:
with:
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
release-type: node
changelog-types: |
[
{"type":"feat","section":"🚀 Features","hidden":false},
{"type":"fix","section":"🐛 Bug Fixes","hidden":false},
{"type":"perf","section":"↗️ Performance Improvements","hidden":false},
{"type":"revert","section":"🔙 Reverts","hidden":false},
{"type":"docs","section":"📖 Documentation","hidden":false},
{"type":"style","section":"💅 Styles","hidden":false},
{"type":"chore","section":"🧹 Chores","hidden":true},
{"type":"refactor","section":"🛠 Refactorings","hidden":false},
{"type":"test","section":"✅ Tests","hidden":false},
{"type":"build","section":"📦 Build System & Dependencies","hidden":false},
{"type":"ci","section":"🔄 CI/CD","hidden":true}
]

0 comments on commit d477bce

Please sign in to comment.