@quidgest/chatbot
v1.0.2
Published
1. Bump the version in `package.json` following [semver](https://semver.org). 2. Commit and merge to `main`. 3. Push a git tag matching the new version: ```sh git tag v0.6.11 git push origin v0.6.11 ``` 4. The tag triggers the CI pipeline whic
Keywords
Readme
@quidgest/chatbot
Release process
Production release (npm)
- Bump the version in
package.jsonfollowing semver. - Commit and merge to
main. - Push a git tag matching the new version:
git tag v0.6.11 git push origin v0.6.11 - The tag triggers the CI pipeline which builds and publishes the package to npmjs.org.
- If it was a minor or major release, update the
@quidgest/chatbotdependency in the Genio repo to the new version.
Dev release (internal registry)
A dev package is published automatically to the internal GitLab registry on every merge to main. No manual steps required.
The version is derived from the latest pre-release already in the registry and incremented automatically (e.g. 0.6.11-main.0, 0.6.11-main.1, …). Install it with:
pnpm add @quidgest/chatbot@dev --registry https://gitserver.quidgest.pt/api/v4/projects/6/packages/npm/