Skip to content

Commit

Permalink
Fix generated tag name for version release(#1206)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amnah199 authored Nov 21, 2024
1 parent c28b834 commit cb107c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integrations/azure_ai_search/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ packages = ["src/haystack_integrations"]

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

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

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

0 comments on commit cb107c3

Please sign in to comment.