fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit ae8e2bc161 - Show all commits

View file

@ -188,12 +188,21 @@
"release": {
"tagFormat": "${version}",
"debug": true,
"plugins": [
"@semantic-release/npm",
"verifyConditions": [
"@semantic-release/github"
]
},
],
"prepare": [
"@semantic-release/npm",
{
"path": "@semantic-release/git",
"assets": [
"package.json"
]
}
],
"publish": [
"@semantic-release/github"
] },
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"