product-os / versionist

Flexible CHANGELOG generation toolkit that adapts to your commit conventions
44 stars 15 forks source link

Add getIncrementLevelFromCommit options #165

Closed nazrhom closed 4 years ago

nazrhom commented 4 years ago

Added subject, which extracts increment level from the prefix in the commit subject

Added changeTypeOrSubject which tries to extract the increment from the change type at first, and if that fails tries to extract it from the subject instead

Change-type: minor Fixes: #164 Signed-off-by: Giovanni Garufi giovanni@balena.io