Skip to content

Commit 57442aa

Browse files
committed
Add "rust" specifier for git tag target
1 parent c677a8b commit 57442aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ tag-name-trim-level = $(lastword $(subst /, ,$(call make-path-trim-level,$1)))
102102
tag-name = $(lastword $(subst /, ,$(call make-path,$1)))
103103
crate-version = $(subst ",,$(shell toml get $(call make-path,$1)/Cargo.toml package.version))
104104

105-
git-tag-%:
105+
git-tag-rust-%:
106106
@echo "$(call tag-name,$*)@v$(call crate-version,$*)"
107107

108108
publish-rust-%:

0 commit comments

Comments
 (0)