Skip to content

Instantly share code, notes, and snippets.

@stfsy
Created December 29, 2021 14:18
Show Gist options
  • Select an option

  • Save stfsy/b6887a550058474be1f7320310a2183c to your computer and use it in GitHub Desktop.

Select an option

Save stfsy/b6887a550058474be1f7320310a2183c to your computer and use it in GitHub Desktop.
Configfile for npm standard-version
{
"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