mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Extended makefile
This commit is contained in:
parent
08a1c91387
commit
4087ea2bae
1 changed files with 12 additions and 2 deletions
14
Makefile
14
Makefile
|
|
@ -126,11 +126,21 @@ bump:
|
|||
|
||||
.PHONY: towncrier-build
|
||||
towncrier-build:
|
||||
towncrier build --yes
|
||||
towncrier build
|
||||
# --yes
|
||||
|
||||
.PHONY: towncrier-draft
|
||||
towncrier-draft:
|
||||
towncrier build --draft
|
||||
|
||||
.PHONY: towncrier-draft-github
|
||||
towncrier-drat-github:
|
||||
mkdir -p dist
|
||||
towncrier build --draft | pandoc - -o dist/release.md
|
||||
|
||||
.PHONY: prepare-release
|
||||
prepare-release: bump towncrier-build
|
||||
prepare-release: bump towncrier-drat-github towncrier-build
|
||||
|
||||
.PHONY: tag-release
|
||||
tag-release:
|
||||
git tag v$(poetry version -s)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue