Skip to content

Commit

Permalink
fix: semver temp
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Mar 16, 2024
1 parent d378670 commit 5ff0550
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ version_variables = [
version_toml = [
"pyproject.toml:tool.poetry.version",
]
branch = ["main", "development"]
dist_path = "dist/"
upload_to_release = true
upload_to_pypi = false
Expand All @@ -64,6 +63,9 @@ patch_without_tag = true
changelog_file = "docs/markdowns/CHANGELOG.md"
exclude_commit_types = ["docs", "style", "refactor", "test", "chore"]

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


[tool.semantic_release.commit_parser_options]
allowed_tags = [
Expand Down

0 comments on commit 5ff0550

Please sign in to comment.