ci(npm): added commitlint and standard-version

This commit is contained in:
2022-11-05 22:28:41 +01:00
parent 43d63d1064
commit abdbe857e6
5 changed files with 8031 additions and 6855 deletions

42
.versionrc.json Normal file
View 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}}"
}