Skip to content

Commit

Permalink
fix regex matching pattern in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianMorawiec committed May 13, 2024
1 parent 2e059f4 commit d2693ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/orquestra-sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ packages = ["src/orquestra"]

[tool.hatch.version]
source = "vcs"
tag-pattern = "^(?P<prefix>orquestra-sdk-)(?P<version>[vV]?\\d+\\.\\d+\\.\\d+)(?P<suffix>.*)?$"
tag-pattern = "^(?P<prefix>orquestra-sdk-)(?P<version>[vV]?\\d+(?:\\.\\d+){0,2}[^\\+]*)(?:\\+.*)?$"

[tool.hatch.version.raw-options]
root = "../.."
Expand Down

0 comments on commit d2693ee

Please sign in to comment.