Skip to content

Commit ed50bd3

Browse files
authored
fix .releaserc
1 parent 37d0549 commit ed50bd3

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.releaserc.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,6 @@ plugins:
1818
numMatches: 1
1919
numReplacements: 1
2020
countMatches: true
21-
- files:
22-
- "pyproject.toml"
23-
from: "version_variable = \\[\\s*\"pyproject.toml:version\"\\s*\\]"
24-
to: "version_variable = [\"pyproject.toml:version\"]"
25-
results:
26-
- file: "pyproject.toml"
27-
hasChanged: true
28-
numMatches: 1
29-
numReplacements: 1
30-
countMatches: true
3121
-
3222
- "@codedependant/semantic-release-docker"
3323
- dockerRegistry: "ghcr.io"
@@ -39,4 +29,4 @@ plugins:
3929
- "pyproject.toml"
4030
- "@semantic-release/github"
4131
- "@semantic-release/changelog"
42-
32+

0 commit comments

Comments
 (0)