This commit is contained in:
xuu 2020-08-29 01:55:57 +00:00
parent f8b806f3f4
commit b308e9fab6
No known key found for this signature in database
GPG Key ID: 1601E16A9C4D8A22

1
debian/Makefile vendored
View File

@ -12,7 +12,6 @@ clean:
rm -r BUILD/*
tag:
git commit -am "release version $(VERSION)"
git tag -a -m "release version $(VERSION)" "v$(VERSION)"
git push --tags