mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Add bump_versions.py script
This commit is contained in:
parent
e4198fb1f2
commit
ec58e309ad
9 changed files with 758 additions and 154 deletions
6
Makefile
6
Makefile
|
|
@ -142,3 +142,9 @@ build: clean flake8-report mypy-report test-coverage docs docs-copy-reports
|
|||
mkdir -p site/simple
|
||||
poetry build
|
||||
mv dist site/simple/aiogram
|
||||
|
||||
|
||||
.PHONY: bump
|
||||
bump:
|
||||
poetry version $(args)
|
||||
$(python) scripts/bump_versions.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue