release.sh in
menuizer-0.1.5
vs release.sh in
menuizer-0.1.7
- old
+ new
@@ -1,2 +1,2 @@
#!/bin/bash
-git tag v$(cat ../version.txt) && git push origin --tags
+git up && git tag v$(cat version.txt) && git push origin --tags