feat: add new scheme conventional_commits

This commit is contained in:
Daniel Atanasovski
2024-03-20 15:41:06 +11:00
parent 0c4ebd1e55
commit 0df84379a9
4 changed files with 50 additions and 9 deletions

View File

@@ -46,7 +46,7 @@ if [[ -z "${current_version:-}" ]] ; then
echo "⚠️ No previous release version identified in git tags"
# brand new repo! (probably)
case "${scheme}" in
semver)
semver | conventional_commits)
current_version="0.0.0"
;;
calver)