mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Try to fix tests on Windows
This commit is contained in:
parent
a365858d63
commit
812a79481c
2 changed files with 11 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -111,12 +111,12 @@ towncrier-build:
|
|||
|
||||
.PHONY: towncrier-draft
|
||||
towncrier-draft:
|
||||
towncrier build --draft
|
||||
hatch run docs:towncrier build --draft
|
||||
|
||||
.PHONY: towncrier-draft-github
|
||||
towncrier-draft-github:
|
||||
mkdir -p dist
|
||||
towncrier build --draft | pandoc - -o dist/release.md
|
||||
hatch run docs:towncrier build --draft | pandoc - -o dist/release.md
|
||||
|
||||
.PHONY: prepare-release
|
||||
prepare-release: bump towncrier-build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue