mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Release 3.0.0-beta.3
This commit is contained in:
parent
497436595d
commit
0d650fc38c
15 changed files with 52 additions and 23 deletions
10
Makefile
10
Makefile
|
|
@ -139,8 +139,10 @@ towncrier-draft-github:
|
|||
towncrier build --draft | pandoc - -o dist/release.md
|
||||
|
||||
.PHONY: prepare-release
|
||||
prepare-release: bump towncrier-draft-github towncrier-build
|
||||
prepare-release: bump towncrier-build
|
||||
|
||||
.PHONY: tag-release
|
||||
tag-release:
|
||||
git tag v$(poetry version -s)
|
||||
.PHONY: release
|
||||
release:
|
||||
git add .
|
||||
git commit -m "Release $(shell poetry version -s)"
|
||||
git tag v$(shell poetry version -s)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue