Release 3.0.0-beta.3

This commit is contained in:
Alex Root Junior 2022-04-19 22:09:43 +03:00
parent 497436595d
commit 0d650fc38c
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
15 changed files with 52 additions and 23 deletions

View file

@ -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)