diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 87ffaf9..4dfa2fe 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -90,17 +90,13 @@ jobs: while read line; do case "$line" in *'feat:'*) + echo "has_feat=true because of [$line]" has_feat=true ;; - *'fix:'*) - patch=$((patch + 1)) - ;; *'BREAKING CHANGE:'*) + echo "has_breaking_change=true because of [$line]" has_breaking_change=true ;; - *) - patch=$((patch + 1)) - ;; esac done if [ "$has_breaking_change" = true ]; then