feat: added conventional commits

now always use this way to commit
This commit is contained in:
EvolutionX
2022-02-14 22:55:46 +05:30
parent a47f6a1159
commit 741cf13fd5
2 changed files with 5754 additions and 1 deletions

5746
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -22,6 +22,13 @@
"ts-results": "^3.3.0"
},
"devDependencies": {
"cz-conventional-changelog": "^3.3.0",
"standard-version": "^9.3.2",
"typescript": "^4.5.5"
}
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}