release-it isn't creating releases
👓 What did you see?
When an MR is merged, no release is created.
✅ What did you expect to see?
The release-it
module on a merge, should create a new release, semver version and CHANGELOG based on the commit comments.
💻 Where does this happen?
This occurs in CI/CD in GitLab.
🔬 How do I recreate this?
- Create an MR, with an appropriate commit comment.
- Approve and merge into main
- No release is created
📚 Any additional information?
This may be down to the USE_MERGE_REQUEST_RELEASE_FLOW
?