Skip to content

Commit

Permalink
semver
Browse files Browse the repository at this point in the history
  • Loading branch information
kellerza committed Oct 1, 2024
1 parent 10fa714 commit e169f0d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ version_variable = [
build_command = "pip install poetry && poetry build"
commit_version_number = "true"

# https://python-semantic-release.readthedocs.io/en/latest/multibranch_releases.html#configuring-multibranch-releases
[tool.semantic_release.branches.main]
match = '\d+\.\d+\.\d+'

[tool.ruff]
line-length = 88
indent-width = 4
Expand Down

0 comments on commit e169f0d

Please sign in to comment.