mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fix typo
This commit is contained in:
parent
4087ea2bae
commit
d9a275ce9e
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -134,12 +134,12 @@ towncrier-draft:
|
|||
towncrier build --draft
|
||||
|
||||
.PHONY: towncrier-draft-github
|
||||
towncrier-drat-github:
|
||||
towncrier-draft-github:
|
||||
mkdir -p dist
|
||||
towncrier build --draft | pandoc - -o dist/release.md
|
||||
|
||||
.PHONY: prepare-release
|
||||
prepare-release: bump towncrier-drat-github towncrier-build
|
||||
prepare-release: bump towncrier-draft-github towncrier-build
|
||||
|
||||
.PHONY: tag-release
|
||||
tag-release:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue