added script for continous release

This commit is contained in:
Michael Starke
2018-10-01 09:19:47 +02:00
parent 3ba2329052
commit 11cf8c3ef0

View File

@@ -0,0 +1,4 @@
#!/bin/bash
git tag -d continuous
git tag continuous
git push origin continuous