We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed711ac commit c0d7eadCopy full SHA for c0d7ead
Makefile
@@ -82,6 +82,6 @@ release: all
82
--title "v$$TAG" \
83
--notes-file <(git cliff --strip=all --latest) \
84
"v$$TAG" \
85
- git-smash-v$$TAG.$(TARBALLFORMAT) \
86
- git-smash-v$$TAG.$(TARBALLFORMAT).sig && \
+ $(TARBALLDIR)/git-smash-v$$TAG.$(TARBALLFORMAT) \
+ $(TARBALLDIR)/git-smash-v$$TAG.$(TARBALLFORMAT).sig && \
87
cargo publish
0 commit comments