Skip to content

Commit 5bc1cab

Browse files
depth
1 parent 0e72512 commit 5bc1cab

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/CD.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v4
13+
with:
14+
fetch-depth: 0
1315
- name: Python Semantic Release
1416
uses: python-semantic-release/python-semantic-release@master
1517
with:

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,7 @@ env = "GH_TOKEN"
3636

3737
[tool.semantic_release.branches.master]
3838
match = "master"
39-
version_source = "commit"
40-
prerelease = false
4139

4240
[tool.semantic_release.branches.next]
4341
match = "next"
44-
version_source = "commit"
45-
prerelease_tag = "rc"
4642
prerelease = true

0 commit comments

Comments
 (0)