From faf506c7f5c2fa5fb804343b52dbb79283d79e8d Mon Sep 17 00:00:00 2001 From: brunograna Date: Sun, 18 Feb 2024 21:29:27 -0300 Subject: [PATCH] feat: add ci & cd integration --- .github/workflows/cd.yml | 3 +++ 1 file changed, 3 insertions(+) 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