Skip to content

chore(no-release): update Release Configs

This MR update the semantic release configurations to be explicit about what type of commits perform a release. Namely, it applies the following rules:

  • breaking commits create a major release
  • feat commits create a minor release
  • fix commits create a patch release
  • refactor commits create a patch release
  • chore, style, test, and commit scoped with no-release (I.e., feat(no-release)) create no release at all.
Edited by 🤖 GitLab Bot 🤖

Merge request reports

Loading