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

Closed
eltociear wants to merge 2540 commits from patch-1 into main
2 changed files with 4 additions and 6 deletions
Showing only changes of commit 6b4ac4dde2 - Show all commits

View file

@ -16,8 +16,8 @@ before_script:
- npm run build
script:
- npm run build-docs
- npm run coveralls
#- npm run build-docs
#- npm run coveralls
branches:
only:
@ -28,7 +28,7 @@ branches:
after_success:
- npm run travis-deploy-once "npm run semantic-release"
- npm run typedoc
#- npm run typedoc
- npm pack
deploy:

View file

@ -189,12 +189,10 @@
"tagFormat": "${version}",
"debug": true,
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
["@semantic-release/git", {
"assets": ["CHANGELOG.MD", "package.json"],
"assets": ["CHANGELOG.MD"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}],
"@semantic-release/github"