Skip to content

Commit

Permalink
🔧
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki committed Oct 26, 2023
1 parent 7b66e9e commit 56d11cd
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ skips = ["B101","B104"]
build_command = "pip install poetry && poetry build"
commit_parser = "emoji"
tag_format = "v{version}"
upload_to_vcs_release = false
version_toml = [
"pyproject.toml:tool.poetry.version"
]
Expand Down Expand Up @@ -222,3 +221,17 @@ patch_tags = [
"🔊",
":volume:"
]

[tool.semantic_release.changelog]
# template_dir = "templates"
changelog_file = "CHANGELOG.md"
exclude_commit_patterns = []

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

[tool.semantic_release.publish]
dist_glob_patterns = ["dist/*"]
upload_to_vcs_release = false

0 comments on commit 56d11cd

Please sign in to comment.