@adaptical/mathew-chatbot
v1.3.0
Published
## How to relase and publish a new version
Downloads
29
Readme
Mathew chatbot
How to relase and publish a new version
To create a new relase:
bun run release [patch | minor | major]
If you're happy with the release, you can then publish it to npm and push the git tag:
bun run publish-npm
git push --follow-tags