diff --git a/Makefile b/Makefile index 61078f7..d6f2c33 100644 --- a/Makefile +++ b/Makefile @@ -21,5 +21,5 @@ set_version: git switch ${Branch} # python3 helper.py package.json ${Version} python3 helper.py set_ver --path ./package.json --ver ${Version} - git commit . -m "publish version to ${Version}" + git commit . -m "update: set version to ${Version}" git push