-
-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathcommit.config.json
23 lines (23 loc) · 1.33 KB
/
commit.config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"types": [
{ "name": "feat", "description": "A new feature", "skipTagFooter": false },
{ "name": "perf", "description": "A code change that improves performance", "skipTagFooter": false },
{ "name": "fix", "description": "A bug fix", "skipTagFooter": false },
{ "name": "docs", "description": "Documentation changes", "skipTagFooter": false },
{ "name": "test", "description": "Adding missing tests or correcting existing tests", "skipTagFooter": false },
{ "name": "style", "description": "Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)", "skipTagFooter": false },
{ "name": "refactor", "description": "A code change that neither fixes a bug nor adds a feature", "skipTagFooter": 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" },
{ "name": "revert", "description": "Reverts a previous commit" },
{ "name": "build", "description": "Changes that affect the build system or external dependencies" }
],
"tags": [
"legacy",
"core",
"javascript",
"python",
"newtonsoft",
"system.text.json"
]
}