Skip to content

Commit

Permalink
feat: release first version
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Release version 1.0.0
  • Loading branch information
mickare committed Aug 16, 2024
1 parent 4e39e6e commit 91f11cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ omit = ["tests/*", "examples/*", "benchmark/*", "venv/*", ".venv/*"]
[tool.semantic_release]
branch = "main"
version_toml = ["pyproject.toml:tool.poetry.version"]
major_on_zero = false
major_on_zero = true
changelog_file = "CHANGELOG.md"
build_command = "poetry build"
upload_to_vcs_release = true
Expand Down

0 comments on commit 91f11cd

Please sign in to comment.