You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is largely based on this document: https://docs.npmjs.com/getting-started/publishing-npm-packages
1. Create a git tag with `npm version [patch|minor|major]`
npm version patch
2. Push the git tag
git push origin master --tags
3. Publish release to npm
npm publish
4. Go to: https://github.com/getforgex/botkit-storage-mysql/releases and 'Draft a new release' and select the newly created tag and add some release notes.