Skip to content

Commit

Permalink
Merge pull request #1003 from mraniki/dev
Browse files Browse the repository at this point in the history
⬆️ 🤖 - Auto Release
  • Loading branch information
mraniki authored Oct 26, 2023
2 parents f630765 + fc02840 commit 99830b7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ nest-asyncio==1.5.8 ; python_version >= "3.10" and python_version < "4.0"
nicegui==1.4.0 ; python_version >= "3.10" and python_version < "4.0"
numpy==1.25.2 ; python_version >= "3.10" and python_version < "4.0"
oauthlib==3.2.2 ; python_version >= "3.10" and python_version < "4.0"
orjson==3.9.9 ; python_version >= "3.10" and python_version < "4.0" and (platform_machine != "i386" and platform_machine != "i686")
orjson==3.9.10 ; python_version >= "3.10" and python_version < "4.0" and (platform_machine != "i386" and platform_machine != "i686")
packaging==23.2 ; python_version >= "3.10" and python_version < "4.0"
pandas==2.1.1 ; python_version >= "3.10" and python_version < "4.0"
parsimonious==0.9.0 ; python_version >= "3.10" and python_version < "4"
Expand Down
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 99830b7

Please sign in to comment.