Compare commits

..

No commits in common. "main" and "v1.1.0" have entirely different histories.
main ... v1.1.0

View File

@ -3,5 +3,5 @@
set -e set -e
PRTITLE="$1" PRTITLE="$1"
echo "$PRTITLE" > /tmp/prtitle.txt echo "PRTITLE" > /tmp/prtitle.txt
conventional-pre-commit --no-color --force-scope --strict --verbose /tmp/prtitle.txt conventional-pre-commit --no-color --force-scope --strict --verbose /tmp/prtitle.txt