We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98a9f0c commit db7ab88Copy full SHA for db7ab88
Makefile
@@ -74,8 +74,8 @@ bench: ## Run benchmarks
74
.PHONY: ci
75
ci: lint test ## CI command set
76
77
-.PHONY: git-tag-go-mod
78
-git-tag-go-mod: ## git tag per go modules
+.PHONY: release
+release: ## git tag per go modules for release
79
${REPO_ROOT}/.bin/git-tag-go-mod.sh
80
81
.PHONY: act-check
0 commit comments