mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-21 22:43:52 +00:00
Makefile: force push tag
This commit is contained in:
parent
7fc0d28fa7
commit
ef390a2f3e
2
Makefile
2
Makefile
|
@ -137,7 +137,7 @@ version: pkg/version/version.go pkg/version/dev.go migrations
|
|||
git add -v doc/release/$(VERSION).md && git commit doc/release/$(VERSION).md -m "add release note" || true
|
||||
git tag -f $(VERSION)
|
||||
git push origin HEAD
|
||||
git push origin $(VERSION)
|
||||
git push -f origin $(VERSION)
|
||||
|
||||
migrations:
|
||||
rockhopper compile --config rockhopper_mysql.yaml --output pkg/migrations/mysql
|
||||
|
|
Loading…
Reference in New Issue
Block a user