Skip to content

Commit

Permalink
chore: hide chore section in versionrc correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
ecosse3 committed Feb 2, 2022
1 parent 55f733b commit 1296762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .versionrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"types": [
{"type": "feat", "section": "Features"},
{"type": "fix", "section": "Bug Fixes"},
{"type": "chore", "section": true},
{"type": "chore", "hidden": true},
{"type": "docs", "hidden": true},
{"type": "style", "hidden": true},
{"type": "refactor", "hidden": true},
Expand Down

0 comments on commit 1296762

Please sign in to comment.