Skip to content

Commit 0ffee18

Browse files
committed
ci: add prerelease branch group
1 parent 0b51483 commit 0ffee18

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/continuous_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232
matrix:
33-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
33+
python-version: ["3.11", "3.12", "3.13", "3.14"]
3434
runner: [macos-latest, ubuntu-latest, windows-latest]
3535
architecture: [x64]
3636
uses: ./.github/workflows/test.yml

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@ match = "master"
7474
prerelease = false
7575
prerelease_token = "rc"
7676

77+
[tool.semantic_release.branches.prerelease]
78+
match = "^(?!master$).+"
79+
prerelease = true
80+
prerelease_token = "dev"
81+
7782
[tool.semantic_release.commit_parser_options]
7883
minor_tags = ["feat"]
7984
patch_tags = ["fix", "perf"]

0 commit comments

Comments
 (0)