Skip to content

Commit

Permalink
fix: Fix another release problem.
Browse files Browse the repository at this point in the history
Oh, let me count the ways I broke the releases...
  • Loading branch information
xdy committed Jun 29, 2020
1 parent 86db09f commit 7e2ca4c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@
"yargs": "^15.3.1",
"zip-webpack-plugin": "^3.0.0"
},
"files": [
"dist/**/*"
],
"browserslist": [
"last 3 versions"
],
Expand Down
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
"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/**/*"],
"assets": ["CHANGELOG.md", "package.json", "static/system.json"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}],
["@semantic-release/github", {
Expand Down

0 comments on commit 7e2ca4c

Please sign in to comment.