We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 736ccc4 commit 9c05ba0Copy full SHA for 9c05ba0
Makefile
@@ -53,4 +53,7 @@ push-to-ghcr:
53
docker login ghcr.io -u toolen -p $(CR_PAT)
54
docker push $(image_tag)
55
ngrok:
56
- ngrok http --region=eu 8080
+ ngrok http --region=eu 8080
57
+tag:
58
+ git tag v$(version)
59
+ git push origin master
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "webhook-telegram-bot"
3
-version = "0.1.0"
+version = "1.0.0"
4
description = ""
5
authors = ["Dmitrii Zakharov <dmitrii@zakharov.cc>"]
6
license = "MIT"
0 commit comments