chore(commitizen): 🔧 use cz-conventional-changelog for the prompt on git-cz

Also in the commit, I updated the conventionalCommits.scopes key in workspace
settings for VS Code and the gitignore file btw.

Signed-off-by: Andrei Jiroh Eugenio Halili <ajhalili2006@gmail.com>
This commit is contained in:
Andrei Jiroh Halili 2022-03-22 13:20:27 +00:00
parent ad6ef8d2ef
commit be85d12555
3 changed files with 12 additions and 1 deletions

4
.gitignore vendored
View File

@ -9,3 +9,7 @@
# Documentation here: https://yarnpkg.com/features/zero-installs
!.yarn/cache
#.pnp.*
# State files
rpcState.json
gameStatus.json

View File

@ -8,6 +8,8 @@
"conventionalCommits.scopes": [
"global",
"defaultActivity",
"gitpod"
"gitpod",
"devDependencies",
"commitizen"
]
}

View File

@ -32,5 +32,10 @@
"version": "0.1.0",
"engines": {
"node": ">= 16"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}