mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 21:42:32 +00:00
added script for continous release
This commit is contained in:
4
scripts/continous_release.sh
Normal file
4
scripts/continous_release.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
git tag -d continuous
|
||||
git tag continuous
|
||||
git push origin continuous
|
||||
Reference in New Issue
Block a user