Skip to content

Commit 4fd56f7

Browse files
committed
chore(release.yml): Show all changelog-types but "style:", "chore:"
Namely: [ {"type":"feat","section":"Features","hidden":false}, {"type":"fix","section":"Bug Fixes","hidden":false}, {"type":"revert","section":"Reverts","hidden":false}, {"type":"perf","section":"Performance Improvements","hidden":false}, {"type":"refactor","section":"Code Refactoring","hidden":false}, {"type":"test","section":"Tests","hidden":false}, {"type":"deps","section":"Dependencies","hidden":false}, {"type":"build","section":"Build System","hidden":false}, {"type":"ci","section":"CI/CD","hidden":false}, {"type":"docs","section":"Documentation","hidden":false}, {"type":"style","section":"Style","hidden":true}, {"type":"chore","section":"Miscellaneous Chores","hidden":true} ]
1 parent d7a5252 commit 4fd56f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
release-type: ocaml
3434
package-name: learn-ocaml
3535
bump-minor-pre-major: true
36+
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"revert","section":"Reverts","hidden":false},{"type":"perf","section":"Performance Improvements","hidden":false},{"type":"refactor","section":"Code Refactoring","hidden":false},{"type":"test","section":"Tests","hidden":false},{"type":"deps","section":"Dependencies","hidden":false},{"type":"build","section":"Build System","hidden":false},{"type":"ci","section":"CI/CD","hidden":false},{"type":"docs","section":"Documentation","hidden":false},{"type":"style","section":"Style","hidden":true},{"type":"chore","section":"Miscellaneous Chores","hidden":true}]'
3637

3738
add-binaries:
3839
needs: [release-please]

0 commit comments

Comments
 (0)