Open mattrobenolt opened 6 months ago
Right now, our release process is manual and a bit flawed.
Our internal steps have been:
npm version minor git push --tags npm publish
But this isn't great.
main
npm publish
npm
Right now, our release process is manual and a bit flawed.
Our internal steps have been:
But this isn't great.
main
. https://github.com/planetscale/database-js/commit/68ed111f7f810a0e8eaae961e6d0ed77de4d593e This requires permission or rules to bypass branch protection.npm publish
requires permission to push tonpm
, and this should just be a bot.