Skip to content

Commit

Permalink
feat: updates for semvar
Browse files Browse the repository at this point in the history
BREAKING CHANGE: change to uv from rye
  • Loading branch information
Szymon Szyszkowski committed Feb 11, 2025
1 parent 9ff20b1 commit b49a34e
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -154,27 +154,26 @@ ignore_missing_imports = true

[tool.semantic_release]
version_toml = ["pyproject.toml:project.version"]
assets = []
commit_message = "{version}\n\nAutomatically generated by python-semantic-release"
commit_parser = "conventional"
logging_use_named_masks = false
major_on_zero = true
allow_zero_version = true
no_git_verify = true
tag_format = "v{version}"


[tool.semantic_release.branches.main]
match = "(main|master)"
match = "main"
prerelease = false

[tool.semantic_release.branches.dev]
match = "dev"
prerelease_token = "rc"
prerelease = true

[semantic_release.changelog]
template_dir = "templates"
[tool.semantic-release.changelog.default_templates]
changelog_file = "CHANGELOG.md"
exclude_commit_patterns = []

[tool.semantic_release.changelog.environment]
block_start_string = "{%"
Expand All @@ -190,10 +189,6 @@ keep_trailing_newline = false
extensions = []
autoescape = true

[tool.semantic_release.commit_author]
env = "GIT_COMMIT_AUTHOR"
default = "semantic-release <semantic-release>"

[tool.semantic_release.commit_parser_options]
allowed_tags = [
"build",
Expand Down

0 comments on commit b49a34e

Please sign in to comment.