mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 14:55:16 +00:00
run changelog inside the make
This commit is contained in:
parent
6464d02557
commit
1e16ece5b9
1
Makefile
1
Makefile
|
@ -138,6 +138,7 @@ version: pkg/version/version.go pkg/version/dev.go migrations
|
||||||
git tag -f $(VERSION)
|
git tag -f $(VERSION)
|
||||||
git push origin HEAD
|
git push origin HEAD
|
||||||
git push origin $(VERSION)
|
git push origin $(VERSION)
|
||||||
|
bash utils/changelog.sh
|
||||||
|
|
||||||
migrations:
|
migrations:
|
||||||
rockhopper compile --config rockhopper_mysql.yaml --output pkg/migrations/mysql
|
rockhopper compile --config rockhopper_mysql.yaml --output pkg/migrations/mysql
|
||||||
|
|
Loading…
Reference in New Issue
Block a user