How to publish
November 1, 2025 ยท View on GitHub
This guide is for repository maintainers.
- Create a PR that bumps the version in package.json.
- When the PR checks succeed and the PR is approved, merge it.
- Run the Publish to NPM workflow by using the "Run workflow" button.
It will publish the current code to NPM and create a corresponding Git tag.
The NPM version tag will be derived automatically from the package version, for example
2.2.3giveslatestand2.2.3-alpha.1givesalpha. - Describe the version changes in the releases section under the corresponding tag.
- Update the agent in https://stackblitz.com/edit/botd-v2-npm (find "dependencies" and click the round arrow).