Skip to content

Commit 42ac8f9

Browse files
authored
chore: fix makefile (#142)
2 parents 98a9f0c + db7ab88 commit 42ac8f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ bench: ## Run benchmarks
7474
.PHONY: ci
7575
ci: lint test ## CI command set
7676

77-
.PHONY: git-tag-go-mod
78-
git-tag-go-mod: ## git tag per go modules
77+
.PHONY: release
78+
release: ## git tag per go modules for release
7979
${REPO_ROOT}/.bin/git-tag-go-mod.sh
8080

8181
.PHONY: act-check

0 commit comments

Comments
 (0)