mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 06:53:52 +00:00
git commit when building cmd docs
This commit is contained in:
parent
79bb2a8554
commit
522b84c6aa
1
Makefile
1
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user