Skip to content

Commit

Permalink
🩹 version declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki committed Sep 27, 2023
1 parent 122d3ba commit ca1b94d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,15 @@ omit = [
"docs/*",
"*/config.py"
]

[tool.semantic_release]
upload_to_vcs_release = true
version_variables = ["pyproject.toml:version","findmyorder/__init__.py:__version__"]
version_variables = ["findmyorder/__init__.py:__version__"]
build_command = "pip install poetry && poetry build"
commit_parser = "emoji"
version_toml = [
"pyproject.toml:tool.poetry.version",
]

[tool.semantic_release.commit_parser_options]
major_tags = [
Expand Down

0 comments on commit ca1b94d

Please sign in to comment.