Created
December 29, 2021 14:18
-
-
Save stfsy/b6887a550058474be1f7320310a2183c to your computer and use it in GitHub Desktop.
Configfile for npm standard-version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "types": [ | |
| { | |
| "type": "feat", | |
| "section": "Features" | |
| }, | |
| { | |
| "type": "fix", | |
| "section": "Bug Fixes" | |
| }, | |
| { | |
| "type": "chore", | |
| "section": "Chores" | |
| }, | |
| { | |
| "type": "docs", | |
| "hidden": true | |
| }, | |
| { | |
| "type": "style", | |
| "hidden": true | |
| }, | |
| { | |
| "type": "refactor", | |
| "section": "Refactorings" | |
| }, | |
| { | |
| "type": "perf", | |
| "hidden": true | |
| }, | |
| { | |
| "type": "test", | |
| "hidden": true | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment