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 0688f75 commit 3d140b2Copy full SHA for 3d140b2
.releaserc.yml
@@ -33,7 +33,7 @@ plugins:
33
to: 'version = "\\1.\\2\\3"'
34
- files: [pyproject.toml] # optional: SemVer prerelease -> PEP440 ("1.2.3-rc.10" -> "1.2.3rc10" )
35
from: '^version = "(\\d+\\.\\d+\\.\\d+)-(a|b|rc)\\.(\\d+)"'
36
- to: 'version = "\\1\\2\\3"
+ to: 'version = "\\1\\2\\3"'
37
- - '@semantic-release/git'
38
- assets:
39
- CHANGELOG.md
@@ -44,4 +44,3 @@ plugins:
44
45
- dist/*.whl
46
- dist/*.tar.gz
47
- branches: master
0 commit comments