diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 4dfa2fe..c548fac 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -97,6 +97,9 @@ jobs: echo "has_breaking_change=true because of [$line]" has_breaking_change=true ;; + *) + echo "not feat not breaking change, commit -> [$line]" + ;; esac done if [ "$has_breaking_change" = true ]; then