mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-22 09:24:21 +01:00
adding a simple tagging script
This commit is contained in:
parent
8270988ed4
commit
e7998ced78
8
goodies/tag.sh
Executable file
8
goodies/tag.sh
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
cd `dirname $0`/../
|
||||||
|
|
||||||
|
version=`sed -e "s/version\ * = \ *'\(.*\)'.*/\1/;tx;d;:x" ./ldapcherry/__init__.py`
|
||||||
|
|
||||||
|
git tag "$version"
|
||||||
|
git push origin "$version"
|
Loading…
Reference in New Issue
Block a user