mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-07-26 20:22:32 +02:00
ci(npm): added commitlint and standard-version
This commit is contained in:
42
.versionrc.json
Normal file
42
.versionrc.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"types": [
|
||||
{
|
||||
"type": "feat",
|
||||
"section": "Features"
|
||||
},
|
||||
{
|
||||
"type": "fix",
|
||||
"section": "Bug Fixes"
|
||||
},
|
||||
{
|
||||
"type": "content",
|
||||
"section": "New content"
|
||||
},
|
||||
{
|
||||
"type": "chore",
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"type": "docs",
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"type": "style",
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"type": "refactor",
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"type": "perf",
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"type": "test",
|
||||
"hidden": true
|
||||
}
|
||||
],
|
||||
"commitUrlFormat": "https://github.com/mastermindzh/rickvanlieshout.com/commits/{{hash}}",
|
||||
"compareUrlFormat": "https://github.com/mastermindzh/rickvanlieshout.com/compare/{{previousTag}}...{{currentTag}}"
|
||||
}
|
Reference in New Issue
Block a user