chore(no-release): update Release Configs
-
Please check this box if this contribution uses AI-generated content (including content generated by GitLab Duo features) as outlined in the GitLab DCO & CLA. As a benefit of being a GitLab Community Contributor, you receive complimentary access to GitLab Duo.
This MR update the semantic release configurations to be explicit about what type of commits perform a release. Namely, it applies the following rules:
-
breakingcommits create a major release -
featcommits create a minor release -
fixcommits create a patch release -
refactorcommits create a patch release -
chore,style,test, and commit scoped withno-release(I.e.,feat(no-release)) create no release at all.
Edited by 🤖 GitLab Bot 🤖