mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Re-generate Bot API
This commit is contained in:
parent
180a7297ff
commit
a355daba49
18 changed files with 247 additions and 156 deletions
13
Makefile
13
Makefile
|
|
@ -119,3 +119,16 @@ release:
|
|||
git add .
|
||||
git commit -m "Release $(shell poetry version -s)"
|
||||
git tag v$(shell hatch version -s)
|
||||
|
||||
|
||||
butcher_version := 0.1.23
|
||||
|
||||
butcher-install:
|
||||
pip install -U git+ssh://git@github.com/aiogram/butcher.git@v$(butcher_version)
|
||||
.PHONY: butcher-install
|
||||
|
||||
butcher:
|
||||
butcher parse
|
||||
butcher refresh
|
||||
butcher apply all
|
||||
.PHONY: butcher
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue