From 6b1af27ea2c898a20ef75f27f991581a03774e75 Mon Sep 17 00:00:00 2001 From: lanyuanxiaoyao Date: Tue, 5 May 2026 04:39:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=20version-bump=20?= =?UTF-8?q?=E7=9A=84=E5=B7=A5=E4=BD=9C=E5=8C=BA=E5=B9=B2=E5=87=80=E6=A3=80?= =?UTF-8?q?=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 70b2243..e9ed8eb 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,6 @@ version-check: version-bump: BUMP ?= patch version-bump: - @git diff --quiet HEAD || (printf '工作区不干净,请先提交或暂存改动\n' && exit 1) $(eval _BUMP_ARG := $(if $(SET_VERSION),$(SET_VERSION),$(BUMP))) $(eval _NEW_VERSION := $(shell go run ./versionctl bump $(_BUMP_ARG))) git add VERSION frontend/