Add updated usage to commit to be pushed

This commit is contained in:
jpk 2023-08-15 13:35:19 +02:00
parent c39310f6fc
commit 25510ee35d
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ set -e
if grep -qz '^--follow-tags$' /proc/$PPID/cmdline; then
poetry run clickusagemd run pyproject.toml
if ! git diff --quiet USAGE.md; then
git commit -m "Updated USAGE.md" USAGE.md
git commit --amend USAGE.md
fi
fi