git commit when building cmd docs

This commit is contained in:
c9s 2022-03-10 19:02:45 +08:00
parent 79bb2a8554
commit 522b84c6aa

View File

@ -134,6 +134,7 @@ dev-version: pkg/version/dev.go
cmd-doc: .FORCE
go run ./cmd/update-doc
git add -v doc/commands
git commit -m "update command doc files" doc/commands
version: pkg/version/version.go pkg/version/dev.go migrations cmd-doc
git commit $< $(word 2,$^) -m "bump version to $(VERSION)" || true