removed windows and linux split subdir
This commit is contained in:
parent
83dda10fa8
commit
065b982734
280 changed files with 9053 additions and 426 deletions
7
.antidote/tools/bumpver
Executable file
7
.antidote/tools/bumpver
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env zsh
|
||||
0=${(%):-%x}
|
||||
bumpversion --allow-dirty ${1:-revision}
|
||||
newver=$(grep 'current_version' ${0:h:h}/.bumpversion.cfg | sed -E 's/^[^0-9]+(.*)$/\1/')
|
||||
print "Version bumped to $newver."
|
||||
print "Now run:"
|
||||
print " git commit -am 'Bump version to $newver'" | tee >(pbcopy)
|
||||
Loading…
Add table
Add a link
Reference in a new issue