Skip to content

Commit

Permalink
chore: update semrelease configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon Szyszkowski committed Feb 12, 2025
1 parent ef41b5d commit 8dd700b
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,28 +92,20 @@ packages = ["src/gentropy"]
match = "(main|master)"
prerelease = false

[tool.semantic_release.branches."release"]
match = "release/*"
[tool.semantic_release.branches.dev]
match = "dev"
prerelease = true
prerelease_token = "rc"

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

[tool.semantic_release.changelog]
[tool.semantic-release.changelog.default_templates]
changelog_file = "CHANGELOG.md"
exclude_commit_patterns = ["chore\\(release\\):"]

[tool.semantic_release.branches."step"]
match = "(build|chore|ci|docs|feat|fix|perf|style|refactor|test)"
prerelease = true
prerelease_token = "alpha"

[tool.semantic_release.branches."dev"]
match = "dev"
prerelease = true
prerelease_token = "dev"
[tool.semantic-release.changelog]
exclude_commit_patterns = ["chore\\(release\\):"]

[build-system]
requires = ["hatchling"]
Expand Down

0 comments on commit 8dd700b

Please sign in to comment.