From 1e16ece5b972650bf1ca477001097d7b39a94c63 Mon Sep 17 00:00:00 2001 From: c9s Date: Thu, 30 Dec 2021 00:16:45 +0800 Subject: [PATCH] run changelog inside the make --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 23b88c32b..91fa08a9f 100644 --- a/Makefile +++ b/Makefile @@ -138,6 +138,7 @@ version: pkg/version/version.go pkg/version/dev.go migrations git tag -f $(VERSION) git push origin HEAD git push origin $(VERSION) + bash utils/changelog.sh migrations: rockhopper compile --config rockhopper_mysql.yaml --output pkg/migrations/mysql