From fc915ebda52f82431beec342e45871edea73d842 Mon Sep 17 00:00:00 2001 From: KaySar12 Date: Fri, 4 Oct 2024 12:22:38 +0700 Subject: [PATCH] update --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 6bd863d..c891bc1 100644 --- a/Makefile +++ b/Makefile @@ -13,9 +13,8 @@ CUR_TAG ?= $(shell git describe --tags --match '*.*.*' | sort -V | tail -n1) PREV_TAG ?= $(shell git describe --tags --match '*.*.*' | sort -V | head -n2 | tail -n1) ARCHIVE_PATH=buildzip PACKAGE_NAME=$(OS)-$(ARCHITECHTURE)-nextzenos-user-service-$(TAG) -TAG_MESSAGE ?= "" -GIT_MESSAGE_FILE := commit.txt -GIT_COMMIT_MESSAGE ?=$(shell cat ${file}) + +GIT_COMMIT_MESSAGE ?="update" build_service: $(GORELEASERBUILD) --clean --snapshot -f .goreleaser.debug.yaml --id $(SERVICE)-$(ARCHITECHTURE)