Skip to content

Commit

Permalink
Fix google_ai integration versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanocerza committed Jan 3, 2024
1 parent 02914e1 commit 92b9b9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integrations/google_ai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ Source = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/int

[tool.hatch.version]
source = "vcs"
tag-pattern = 'integrations\/google-ai-v(?P<version>.*)'
tag-pattern = 'integrations\/google_ai-v(?P<version>.*)'

[tool.hatch.version.raw-options]
root = "../.."
git_describe_command = 'git describe --tags --match="integrations/google-ai-v[0-9]*"'
git_describe_command = 'git describe --tags --match="integrations/google_ai-v[0-9]*"'

[tool.hatch.envs.default]
dependencies = [
Expand Down

0 comments on commit 92b9b9b

Please sign in to comment.