Skip to content

Commit

Permalink
fix: simplify release.config
Browse files Browse the repository at this point in the history
  • Loading branch information
hssngl committed Sep 21, 2020
1 parent 6ebdb75 commit 185b49a
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,7 @@ module.exports = {
plugins: [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
{
changelogFile: "CHANGELOG.md",
},
],
"@semantic-release/npm",
"@semantic-release/github",
[
"@semantic-release/git",
{
assets: ["CHANGELOG.md", "package.json", "yarn.lock"],
message:
"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}",
},
],
"@semantic-release/changelog",
"@semantic-release/git",
],
};

0 comments on commit 185b49a

Please sign in to comment.