aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/ramsey/collection/conventional-commits.json
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/ramsey/collection/conventional-commits.json')
-rw-r--r--vendor/ramsey/collection/conventional-commits.json22
1 files changed, 0 insertions, 22 deletions
diff --git a/vendor/ramsey/collection/conventional-commits.json b/vendor/ramsey/collection/conventional-commits.json
deleted file mode 100644
index 5fe21d2fa..000000000
--- a/vendor/ramsey/collection/conventional-commits.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "typeCase": "kebab",
- "types": [
- "chore",
- "ci",
- "docs",
- "feat",
- "fix",
- "refactor",
- "security",
- "style",
- "test"
- ],
- "scopeCase": "kebab",
- "scopeRequired": false,
- "scopes": [],
- "descriptionCase": null,
- "descriptionEndMark": "",
- "bodyRequired": false,
- "bodyWrapWidth": 72,
- "requiredFooters": []
-}