Skip to content

Commit d116a8f

Browse files
committed
Fix make release to also create the tag during the release process
1 parent 3c6ea79 commit d116a8f

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ changelog: ## Release the package to pypi.org
9292
release: ## Release the package to pypi.org
9393
@echo "🚀 Release package"
9494
@uv run prerelease
95+
@uv run release
9596
@rm -Rf dist
9697
@uv build
9798
@uv publish

news/+release.internal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix `make release` to also create the tag during the release process @ericof

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,4 +189,5 @@ name = "Tests"
189189
showcontent = true
190190

191191
[tool.zest-releaser]
192+
upload-pypi = false # Build and upload with uv
192193
python-file-with-version = "cookieplone/__init__.py"

0 commit comments

Comments
 (0)