Skip to content

Commit

Permalink
fix:
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean1572 committed Apr 13, 2024
1 parent c397780 commit 1a0924f
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,15 @@ resampy = "^0.4.2"

[tool.semantic_release]
version_variable = "pyproject.toml:version"
branches = ["main", "test-python-package-prep"]
tag_format = "v{version}"
commit_parser = "angular"
commit_message = "test new message"


[tool.semantic_release.branches.main]
match = "(main|master)"
prerelease = false

[tool.semantic_release.branches.notmain]
match = "^(?!main|master)"
prerelease = true

0 comments on commit 1a0924f

Please sign in to comment.