Skip to content

Commit

Permalink
chore: add release branch strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
yana1205 committed Oct 24, 2024
1 parent 6dcc049 commit bcea74d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,10 @@ commit_message = "{version}\n\nAutomatically generated by python-semantic-releas
[tool.semantic_release.remote.token]
env = "GITHUB_TOKEN"

[tool.semantic_release.branches."0.x.x"]
match = "0.*.*"
prerelease = true
prerelease_token = "rc"

[tool.semantic_release.publish]
upload_to_vcs_release = false

0 comments on commit bcea74d

Please sign in to comment.