Skip to content

Commit

Permalink
chore(release.yml): Swap two changelog types
Browse files Browse the repository at this point in the history
Follow-up of: 4fd56f7

Currently:

[
  {"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":"deps","section":"Dependencies","hidden":false},
  {"type":"build","section":"Build System","hidden":false},
  {"type":"test","section":"Tests","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 13, 2021
1 parent 6b8c49b commit 87bb9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -33,7 +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}]'
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":"deps","section":"Dependencies","hidden":false},{"type":"build","section":"Build System","hidden":false},{"type":"test","section":"Tests","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 87bb9b5

Please sign in to comment.