From 763fcf3d8ad38b3da3bd35e1294d6444e3c8e2c9 Mon Sep 17 00:00:00 2001 From: KiraLT Date: Thu, 20 Jun 2024 16:37:27 +0300 Subject: [PATCH] chore: fix release command --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c335173..ab66635 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ test-build = "task build && TESTMODE=true lambdex test --empty dist/certbot-lamb run-build = "task build && lambdex test --empty dist/certbot-lambda.zip" dev = "python -c 'from app.handler import handler; handler(None, None)'" prettify = "black ./app ./tests" -release = "semantic-release publish" +release = "semantic-release version && semantic-release publish" [tool.semantic_release] version_variables = ["app/__init__.py:__version__", "pyproject.toml:version"]