-
Notifications
You must be signed in to change notification settings - Fork 13
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
Setup CI for deployment of packages #120
Comments
Yes, based on commit messages (see Semantic Release), but being this a monorepo I found Semantic Release Monorepo). Open to different workflows if you have any other proposals.
It's actually "any new change to a specific package" that should trigger the bump and publish.
At the moment builds are automatically deployed to Vercel, either on
You probably only need an The goal is also to make good use of new Thanks! 🙂 |
Overview
This project needs a CI that automates the deployment of the packages based on commit messages. Any new change to a specific package should trigger the bump and publish.
Tasks
The text was updated successfully, but these errors were encountered: