- Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
Right now, our release process is manual and a bit flawed.
Our internal steps have been:
npm version minor git push --tags npm publishBut this isn't great.
- it relies on being able to bypass branch protections and push directly to main. The "bump" commit goes directly to
main. 68ed111 This requires permission or rules to bypass branch protection. npm publishrequires permission to push tonpm, and this should just be a bot.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels