mirror of
https://github.com/paul-nameless/tg
synced 2025-02-16 10:38:23 +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
|
sed -i '' "s|$CURRENT_VERSION|$NEW_VERSION|g" tg/__init__.py
|
||||||
poetry version $NEW_VERSION
|
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 commit -m "Release v$NEW_VERSION"
|
||||||
git tag v$NEW_VERSION
|
git tag v$NEW_VERSION
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ include_trailing_comma = true
|
||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "tg"
|
name = "tg"
|
||||||
version = "0.11.0"
|
version = "0.12.0"
|
||||||
description = "Terminal Telegram client"
|
description = "Terminal Telegram client"
|
||||||
authors = ["Paul Nameless <reacsdas@gmail.com>"]
|
authors = ["Paul Nameless <reacsdas@gmail.com>"]
|
||||||
license = "Unlicense"
|
license = "Unlicense"
|
||||||
|
|
Loading…
Add table
Reference in a new issue