Skip to content

Commit 3d140b2

Browse files
committed
fix(releaserc): add missing closing quote, removed redundant branch qualifier
1 parent 0688f75 commit 3d140b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.releaserc.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ plugins:
3333
to: 'version = "\\1.\\2\\3"'
3434
- files: [pyproject.toml] # optional: SemVer prerelease -> PEP440 ("1.2.3-rc.10" -> "1.2.3rc10" )
3535
from: '^version = "(\\d+\\.\\d+\\.\\d+)-(a|b|rc)\\.(\\d+)"'
36-
to: 'version = "\\1\\2\\3"
36+
to: 'version = "\\1\\2\\3"'
3737
- - '@semantic-release/git'
3838
- assets:
3939
- CHANGELOG.md
@@ -44,4 +44,3 @@ plugins:
4444
- assets:
4545
- dist/*.whl
4646
- dist/*.tar.gz
47-
branches: master

0 commit comments

Comments
 (0)