Skip to content

Commit

Permalink
fix: Update semantic versioning config
Browse files Browse the repository at this point in the history
  • Loading branch information
robvanderleek committed Feb 29, 2024
1 parent bed104b commit 380ada1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ cmd = "pyinstaller --workpath .build --specpath dist -n codelimit codelimit/__ma

[tool.semantic_release]
branch = "main"
commit_parser = "emoji"
version_toml = [ "pyproject.toml:tool.poetry.version" ]
version_variables = [ "codelimit/version.py:version" ]
upload_to_repository = false
Expand Down

0 comments on commit 380ada1

Please sign in to comment.