Skip to content

Commit

Permalink
fix: branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
asafgardin committed Dec 18, 2023
1 parent 3c3796c commit 8940537
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,14 @@ version_toml = [
version_variables = [
"ai21/version.py:VERSION"
]
match = "(pre_release_publish)"
match = "(main)"
build_command = "pip install poetry && poetry build"
version_source = "tag"
commit_version_number = true
commit_message = "chore(release): v{version} [skip ci]"

[tool.semantic_release.branches.pre_release_publish]
match = "(pre_release_publish)"
[tool.semantic_release.branches.main]
match = "(main)"
prerelease_token = "rc"
prerelease = true

Expand Down

0 comments on commit 8940537

Please sign in to comment.