🚀 Set Up Automated Release Workflow
Description
We need to set up an automated release workflow for this project so that new versions are published automatically when changes are merged. This will ensure consistent semantic versioning, automatic changelogs, and safer releases without manual intervention.
Tasks
Expected Outcome
- New versions are published automatically when PRs are merged
- Semantic versioning (
major.minor.patch) is consistent
- Release process is fully automated and integrated with CI/CD
Additional Notes
- Ensure workflow runs only on the main branch
- Integrate with existing CI to run tests before release
- Consider using semantic-release or similar tools for versioning and changelog generation
🚀 Set Up Automated Release Workflow
Description
We need to set up an automated release workflow for this project so that new versions are published automatically when changes are merged. This will ensure consistent semantic versioning, automatic changelogs, and safer releases without manual intervention.
Tasks
fix:,feat:,BREAKING CHANGE:) to determine version bumppackage.jsonversionExpected Outcome
major.minor.patch) is consistentAdditional Notes