Skip to content

Commit

Permalink
break: update pkg.json
Browse files Browse the repository at this point in the history
  • Loading branch information
evenstensberg committed Jun 2, 2018
1 parent 4857b9d commit b1e7ef3
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions package.json
Expand Up @@ -132,21 +132,6 @@
}
]
},
"prepare": [
{
"path": "@semantic-release/changelog",
"changelogFile": "CHANGELOG.md"
},
"@semantic-release/npm",
{
"assets": [
"package.json",
"bin/*.js",
"docs"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
"generateNotes": {
"preset": "angular",
"writerOpts": {
Expand All @@ -164,16 +149,7 @@
"breaking"
]
}
},
"success": [
"@semantic-release/github",
{
"successComment": "Congratulations! :tada: This issue has been resolved in version ${nextRelease.version} :tada:\n\nThe release is available on [GitHub release](<github_release_url>). Thank you for contributing to webpack-cli! :blue_heart:"
}
],
"publish": [
"@semantic-release/github"
]
}
},
"dependencies": {
"chalk": "^2.4.1",
Expand Down

0 comments on commit b1e7ef3

Please sign in to comment.