Skip to content

Commit

Permalink
Makefile: Do not include release in the tag
Browse files Browse the repository at this point in the history
We don't need the "-1" in the tag and it confuses packit.
  • Loading branch information
vojtechtrefny committed Jan 19, 2024
1 parent 65f50bf commit 07352e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ coverage-all: all
$(COVERAGE) report --include="src/*" > coverage-report.log

tag:
TAG="$(PACKAGE_VERSION)-1" ; \
TAG="$(PACKAGE_VERSION)" ; \
git tag -a -s -m "Tag as $$TAG" -f "$$TAG" && \
echo "Tagged as $$TAG"

Expand Down

0 comments on commit 07352e9

Please sign in to comment.