Skip to content

Commit

Permalink
chore: fix hidden commit types not being included in changelog (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
kleyow authored Feb 24, 2021
1 parent 17da667 commit c0e7f08
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/.versionrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"types": [
{"type": "feat", "section": "Features"},
{"type": "fix", "section": "Bug Fixes"},
{"type": "docs", "section": "Documentation"},
{"type": "style", "section": "Styling"},
{"type": "refactor", "section": "Refactors"},
{"type": "perf", "section": "Performance"},
{"type": "test", "section": "Tests"},
{"type": "build", "section": "Build System"},
{"type": "ci", "section": "CI"},
{"type": "chore", "section": "Chore"},
{"type": "revert", "section": "Reverts"}
]
}

0 comments on commit c0e7f08

Please sign in to comment.