mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added towncrier and clone changelog from GitHub Releases page
This commit is contained in:
parent
16cf6419d3
commit
d10485cd5b
8 changed files with 634 additions and 1 deletions
11
Makefile
11
Makefile
|
|
@ -123,3 +123,14 @@ build: clean flake8-report mypy-report test-coverage
|
|||
bump:
|
||||
poetry version $(args)
|
||||
$(python) scripts/bump_versions.py
|
||||
|
||||
.PHONY: towncrier-build
|
||||
towncrier-build:
|
||||
towncrier build --yes
|
||||
|
||||
.PHONY: towncrier-draft
|
||||
towncrier-draft:
|
||||
towncrier build --draft
|
||||
|
||||
.PHONY: prepare-release
|
||||
prepare-release: bump towncrier-build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue