chore: Add more stype commit

This commit is contained in:
Mandresy Randrianarinjaka 2025-02-06 16:10:19 +03:00
parent 523cfedb1f
commit 20ae79f735

View File

@ -157,6 +157,9 @@ jobs:
echo "### Refactors" echo "### Refactors"
echo "$COMMITS" | grep "refactor:" | sed -E 's/^([a-f0-9]+) refactor: /- (#\1) /g' || echo "No refactors found." echo "$COMMITS" | grep "refactor:" | sed -E 's/^([a-f0-9]+) refactor: /- (#\1) /g' || echo "No refactors found."
echo "" echo ""
echo "### Style"
echo "$COMMITS" | grep "style:" | sed -E 's/^([a-f0-9]+) style: /- (#\1) /g' || echo "No style found."
echo ""
echo "### CI/CD" echo "### CI/CD"
echo "$COMMITS" | grep "ci:" | sed -E 's/^([a-f0-9]+) ci: /- (#\1) /g' || echo "No CI/CD changes found." echo "$COMMITS" | grep "ci:" | sed -E 's/^([a-f0-9]+) ci: /- (#\1) /g' || echo "No CI/CD changes found."
echo "" echo ""