summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2016-05-04 14:12:25 +0200
committerErich Eckner <git@eckner.net>2016-05-04 14:12:25 +0200
commit307830d1ca6b035ac887a8c7b0d54338940115b1 (patch)
treebe82af666cbbb878348fb8113b33a895336fe1a7
parent7a87e454030601b535fae7d287207686c42ccb73 (diff)
downloadsound-cutter-307830d1ca6b035ac887a8c7b0d54338940115b1.tar.xz
weniger kraftvolles make dist
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2949ab5..14c27fe 100644
--- a/Makefile
+++ b/Makefile
@@ -41,9 +41,9 @@ clean:
dist: clean
git status --porcelain 2> /dev/null | grep -q "\S" && (git add .; git commit -m"neue Version: $(VERSION)") || true
- git tag -d v$(VERSION) && git push origin --delete v$(VERSION) || true
+ ! git tag -d v$(VERSION) 2> /dev/null
git tag v$(VERSION)
- git push --force
+ git push
git push --tags
# End of file