mirror of
https://github.com/paul-nameless/tg
synced 2024-11-22 03:43:19 +00:00
Update release script
This commit is contained in:
parent
c3bb91094f
commit
44e6b9fe9c
2 changed files with 2 additions and 2 deletions
2
do
2
do
|
@ -30,7 +30,7 @@ case $ARG in
|
|||
sed -i '' "s|$CURRENT_VERSION|$NEW_VERSION|g" tg/__init__.py
|
||||
poetry version $NEW_VERSION
|
||||
|
||||
git add -u tg/__init__.py
|
||||
git add -u tg/__init__.py pyproject.toml
|
||||
git commit -m "Release v$NEW_VERSION"
|
||||
git tag v$NEW_VERSION
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ include_trailing_comma = true
|
|||
|
||||
[tool.poetry]
|
||||
name = "tg"
|
||||
version = "0.11.0"
|
||||
version = "0.12.0"
|
||||
description = "Terminal Telegram client"
|
||||
authors = ["Paul Nameless <reacsdas@gmail.com>"]
|
||||
license = "Unlicense"
|
||||
|
|
Loading…
Reference in a new issue