Skip to content
This repository has been archived by the owner on Jul 23, 2023. It is now read-only.

Commit

Permalink
chore: added config to include more commits
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Jul 11, 2019
1 parent f03b612 commit b03db8c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .versionrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"types": [
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "chore", "section": "Chores", "hidden": false },
{ "type": "docs", "section": "Docs", "hidden": false },
{ "type": "style", "hidden": true },
{ "type": "refactor", "hidden": true },
{ "type": "perf", "hidden": true },
{ "type": "test", "hidden": true }
]
}

0 comments on commit b03db8c

Please sign in to comment.