Skip to content

Commit

Permalink
chore(cicd): Set new version strings to use double-quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
b32147 committed Oct 21, 2020
1 parent 955c0f7 commit 0a0402b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
["@semantic-release/exec", {
"prepareCmd": "sed -ie \"s/^__version__.*/__version__ = '${nextRelease.version}'/g\" ppmutils/__init__.py && python setup.py sdist bdist_wheel"
"prepareCmd": "sed -ie \"s/^__version__.*/__version__ = \\x22${nextRelease.version}\\x22/g\" ppmutils/__init__.py && python setup.py sdist bdist_wheel"
}],
["@semantic-release/git", {
"assets": ["ppmutils/__init__.py"],
Expand All @@ -19,4 +19,4 @@
}]
],
"preset": "angular"
}
}

0 comments on commit 0a0402b

Please sign in to comment.