Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI for tagging and pushing releases #177

Open
mattrobenolt opened this issue Apr 29, 2024 · 0 comments
Open

CI for tagging and pushing releases #177

mattrobenolt opened this issue Apr 29, 2024 · 0 comments

Comments

@mattrobenolt
Copy link
Member

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.

  • 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 publish requires permission to push to npm, and this should just be a bot.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant