diff --git a/Docker/release.sh b/Docker/release.sh index 8226160..3f1347c 100644 --- a/Docker/release.sh +++ b/Docker/release.sh @@ -117,7 +117,7 @@ bash "${SCRIPT_DIR}/push.sh" "${TARGET}" # --------------------------------------------------------------------------- cd "${SCRIPT_DIR}/.." git add Docker/VERSION package.json pyproject.toml -git commit -m "chore: release ${NEW_TAG}" +git commit -m "chore: bump version" git tag -a "${NEW_TAG}" -m "Release ${NEW_TAG}" echo "Local git commit + tag ${NEW_TAG} created."