Skip to content

Commit

Permalink
feat: add ci & cd integration
Browse files Browse the repository at this point in the history
  • Loading branch information
brunograna committed Feb 19, 2024
1 parent b783b05 commit faf506c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit faf506c

Please sign in to comment.