Skip to content

Commit

Permalink
fix: Fix one release problem
Browse files Browse the repository at this point in the history
Now to find out if I broke in more than one way...
  • Loading branch information
xdy committed Jun 29, 2020
1 parent 36ff159 commit 86db09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
["@semantic-release/exec", {
"prepareCmd": 'sed -ie \'s|\\(.*"version"\\): "\\(.*\\)",.*|\\1: \'"\\"${nextRelease.version}\\",|" package.json && sed -ie \'s|\\(.*"version"\\): "\\(.*\\)",.*|\\1: \'"\\"${nextRelease.version}\\",|" static/system.json && cp system.json dist',
"prepareCmd": 'sed -ie \'s|\\(.*"version"\\): "\\(.*\\)",.*|\\1: \'"\\"${nextRelease.version}\\",|" package.json && sed -ie \'s|\\(.*"version"\\): "\\(.*\\)",.*|\\1: \'"\\"${nextRelease.version}\\",|" static/system.json && cp static/system.json dist',
}],
["@semantic-release/git", {
"assets": ["CHANGELOG.md", "package.json", "static/system.json", "dist/**/*"],
Expand Down

0 comments on commit 86db09f

Please sign in to comment.