mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-04 20:37:48 +02:00
adding a simple tagging script
This commit is contained in:
parent
8270988ed4
commit
e7998ced78
1 changed files with 8 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue