We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e72512 commit 5bc1cabCopy full SHA for 5bc1cab
.github/workflows/CD.yml
@@ -10,6 +10,8 @@ jobs:
10
steps:
11
- name: Checkout
12
uses: actions/checkout@v4
13
+ with:
14
+ fetch-depth: 0
15
- name: Python Semantic Release
16
uses: python-semantic-release/python-semantic-release@master
17
with:
pyproject.toml
@@ -36,11 +36,7 @@ env = "GH_TOKEN"
36
37
[tool.semantic_release.branches.master]
38
match = "master"
39
-version_source = "commit"
40
-prerelease = false
41
42
[tool.semantic_release.branches.next]
43
match = "next"
44
45
-prerelease_tag = "rc"
46
prerelease = true
0 commit comments