mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 09:55:21 +00:00
Add bump_versions.py script (#338)
* Add bump_versions.py script * Fix pipeline
This commit is contained in:
parent
e4198fb1f2
commit
28382ebf5f
10 changed files with 763 additions and 157 deletions
4
.github/workflows/docs.yml
vendored
4
.github/workflows/docs.yml
vendored
|
|
@ -23,6 +23,10 @@ jobs:
|
|||
poetry install
|
||||
mkdir -p reports
|
||||
|
||||
- name: Bump versions
|
||||
run: |
|
||||
make bump
|
||||
|
||||
- name: Lint code
|
||||
run: |
|
||||
make flake8-report
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue