mirror of
https://github.com/paul-nameless/tg
synced 2024-11-21 19:33:09 +00:00
Update mmake script
This commit is contained in:
parent
9433d47375
commit
10d9969a06
1 changed files with 1 additions and 1 deletions
2
make
2
make
|
@ -28,7 +28,7 @@ case $ARG in
|
|||
|
||||
NEW_VERSION=$(echo $CURRENT_VERSION | awk -F. '{print $1 "." $2+1 "." $3}')
|
||||
echo New version $NEW_VERSION
|
||||
sed -i '' 's/0\.8\.0/0\.9\.0/g' tg/__init__.py
|
||||
sed -i '' 's|$CURRENT_VERSION|$NEW_VERSION|g' tg/__init__.py
|
||||
|
||||
git add -u tg/__init__.py
|
||||
git commit -m "Release v$NEW_VERSION"
|
||||
|
|
Loading…
Reference in a new issue