Skip to content

Commit

Permalink
chore(release.yml): Show all changelog-types but "style:", "chore:"
Browse files Browse the repository at this point in the history
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}
]
  • Loading branch information
erikmd committed Oct 9, 2021
1 parent d7a5252 commit 4fd56f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Expand Up @@ -33,6 +33,7 @@ jobs:
release-type: ocaml
package-name: learn-ocaml
bump-minor-pre-major: true
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}]'

add-binaries:
needs: [release-please]
Expand Down

0 comments on commit 4fd56f7

Please sign in to comment.