This is an automated email from the ASF dual-hosted git repository. sbp pushed a commit to branch sbp in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
commit a00a0afcef17c77d176b71b5bc2bfcab3e02e8d3 Author: Sean B. Palmer <[email protected]> AuthorDate: Thu Jan 29 15:19:03 2026 +0000 Remove the commit target from the Makefile --- Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Makefile b/Makefile index 0269972..0db7ce0 100644 --- a/Makefile +++ b/Makefile @@ -66,12 +66,6 @@ check-light: git add -A uv run --frozen pre-commit run --all-files --config .pre-commit-light.yaml -commit: - git add -A - git commit - git pull - git push - docs: mkdir -p docs uv run --frozen python3 scripts/docs_check.py --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
