Skip to content

Commit

Permalink
fix: Fix Release Job on CI (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab authored Jan 18, 2024
1 parent de02fb0 commit 70ec6ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"replacements": [
{
"files": ["src/umlizer/__init__.py"],
"from": "return \".*\" # semantic-release",
"to": "return \"${nextRelease.version}\" # semantic-release",
"from": "return '.*' # semantic-release",
"to": "return '${nextRelease.version}' # semantic-release",
"results": [
{
"file": "src/umlizer/__init__.py",
Expand Down

0 comments on commit 70ec6ce

Please sign in to comment.