From 872a69548c77b07c01ba18fb507ffe0bfe278f5e Mon Sep 17 00:00:00 2001 From: Casey Lee Date: Mon, 16 Jan 2023 09:43:53 -0800 Subject: [PATCH] chore: makefile update --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index da5c31d046d..c6ea03fc21a 100644 --- a/Makefile +++ b/Makefile @@ -98,7 +98,7 @@ ifneq ($(shell git status -s),) endif echo -n $(NEW_VERSION) > VERSION git add VERSION - git commit -m "chore: bump VERSION" + git commit -m "chore: bump VERSION to $(NEW_VERSION)" git tag -a -m "releasing v$(NEW_VERSION)" v$(NEW_VERSION) git push --follow-tags