mirror of
https://github.com/KaySar12/NextZen-UserService.git
synced 2025-03-15 15:15:35 +07:00
update: makefile
This commit is contained in:
parent
3750dfee56
commit
e265ce3f9c
1
Makefile
1
Makefile
@ -37,7 +37,6 @@ remove_tag:
|
|||||||
@${GIT} tag -d ${CUR_TAG}
|
@${GIT} tag -d ${CUR_TAG}
|
||||||
@${GIT} push ${GIT_REMOTE} -d ${CUR_TAG}
|
@${GIT} push ${GIT_REMOTE} -d ${CUR_TAG}
|
||||||
check_tag:
|
check_tag:
|
||||||
@echo "Previous tag: $(PREV_TAG)";
|
|
||||||
@echo "Current tag: $(CUR_TAG)";
|
@echo "Current tag: $(CUR_TAG)";
|
||||||
push_release_all:
|
push_release_all:
|
||||||
${GORELEASER} release --clean -f .goreleaser.yaml
|
${GORELEASER} release --clean -f .goreleaser.yaml
|
||||||
|
Loading…
Reference in New Issue
Block a user