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 - npm run build
script: script:
- npm run build-docs #- npm run build-docs
- npm run coveralls #- npm run coveralls
branches: branches:
only: only:
@ -28,7 +28,7 @@ branches:
after_success: after_success:
- npm run travis-deploy-once "npm run semantic-release" - npm run travis-deploy-once "npm run semantic-release"
- npm run typedoc #- npm run typedoc
- npm pack - npm pack
deploy: deploy:

View file

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