Skip to content

feat: add a new default option which try to guess the release type

Simon Chabot requested to merge topic/default/release-type-auto into branch/default

BREAKING CHANGE: the default was 'patch', it is now 'auto'

if conventional commits are used, one can benefit the 'auto' mode which will try to guess the release type based on the history.

Merge request reports