ci: Automate versioning and publishing package versions using melos
Opened this issue · 0 comments
ahmednfwela commented
Description
- When merging to the main branch, we should run
melos publish -y --no-dry-run
to publish the modified packages - After a PR is finished and merged, we should run
melos version
to automatically create new versions based on semantic commits
Requirements
- The ci system is passing