From 33fa661dc342f3d5570df5403e0a0afc6e0cd0b1 Mon Sep 17 00:00:00 2001 From: Rohit Nayak Date: Sat, 14 Dec 2024 23:45:07 +0100 Subject: [PATCH] Add binary to the commit message Signed-off-by: Rohit Nayak --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9b2e083fc..d025697f9 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ BINS := mysqlctl mysqlctld vtaclcheck topo2topo vtbackup vtclient vtcombo \ %-docs: go run ./tools/cobradocs/ --vitess-dir "${VITESS_DIR}" --version-pairs "${COBRADOC_VERSION_PAIRS}" $(patsubst %-docs,%,$@) COMMIT_HASH=$(shell cd $(VITESS_DIR) && git rev-parse --short HEAD) && \ - git add -u content && git commit -s -m "Update cobradocs for $$COMMIT_HASH" + git add -u content && git commit -s -m "Update cobradocs for $$COMMIT_HASH for $(patsubst %-docs,%,$@)" # Target to run them all. .PHONY: generated-docs