Skip to content

Commit

Permalink
release target: add missing ‘v’ to release tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
dsalt committed Oct 18, 2024
1 parent 6732e1b commit 356b61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ TARPREFIX = $(NAME)-$(VERSION)/
.PRECIOUS: $(TARBALL)
release: $(TARBALL)
$(TARBALL): .FORCE po/devilspie2.pot
git archive --format=$(TARFORMAT) --prefix=$(TARPREFIX) -o $@ $(VERSION)
git archive --format=$(TARFORMAT) --prefix=$(TARPREFIX) -o $@ v$(VERSION)

po/devilspie2.pot:
make -C po update-pot
Expand Down

0 comments on commit 356b61a

Please sign in to comment.