Skip to content

Commit

Permalink
Add binary to the commit message
Browse files Browse the repository at this point in the history
Signed-off-by: Rohit Nayak <[email protected]>
  • Loading branch information
rohit-nayak-ps committed Dec 14, 2024
1 parent 04b14c1 commit 33fa661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 33fa661

Please sign in to comment.