-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
commit-linter.json
20 lines (20 loc) · 1.08 KB
/
commit-linter.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"types": [
{ "name": "feat", "description": "A new feature", "skipTagLine": false },
{ "name": "fix", "description": "A bug fix", "skipTagLine": false },
{ "name": "docs", "description": "Documentation changes", "skipTagLine": false },
{ "name": "test", "description": "Adding missing tests or correcting existing tests", "skipTagLine": false },
{ "name": "style", "description": "Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)" },
{ "name": "refactor", "description": "A code change that neither fixes a bug nor adds a feature", "skipTagLine": false },
{ "name": "ci", "description": "Changes to CI/CD configuration" },
{ "name": "chore", "description": "Changes to the build process or auxiliary tools and libraries such as documentation generation" }
],
"tags": [
"Fable.Form",
"Fable.Form.Simple",
"Fable.Form.Simple.Fields.Html",
"Fable.Form.Simple.Bulma",
"Fable.Form.Simple.Sutil.Bulma",
"fable-form-simple-bulma"
]
}