mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 14:55:16 +00:00
push git tag when version is tagged
This commit is contained in:
parent
dac1967e2f
commit
56eaac94ff
1
Makefile
1
Makefile
|
@ -128,6 +128,7 @@ pkg/version/version.go: .FORCE
|
||||||
version: pkg/version/version.go migrations
|
version: pkg/version/version.go migrations
|
||||||
git commit $< -m "bump version to $(VERSION)" || true
|
git commit $< -m "bump version to $(VERSION)" || true
|
||||||
git tag -f $(VERSION)
|
git tag -f $(VERSION)
|
||||||
|
git push origin $(VERSION)
|
||||||
|
|
||||||
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