Closed andreaTP closed 5 years ago
This is a fix #9
The logic slightly changed in this way: Looking at the commit messages since last tag -> if exists at least one breaking we bump by one 1 the major if exists at least one feature and there are no breaking we bump by one the minor
breaking
feature
This should prevent accidental multiple bumps.
This is a fix #9
The logic slightly changed in this way: Looking at the commit messages since last tag -> if exists at least one
breaking
we bump by one 1 the major if exists at least onefeature
and there are nobreaking
we bump by one the minorThis should prevent accidental multiple bumps.