Skip to content

Commit

Permalink
chore: 馃敡 updated release.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jan 25, 2020
1 parent 5e5cda9 commit 7e365ce
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion release.config.js
Expand Up @@ -28,7 +28,26 @@ module.exports = {
},
},
],
"@semantic-release/release-notes-generator",
[
"@semantic-release/release-notes-generator",
{
preset: "conventionalcommits",
presetConfig: {
types: [
{ type: "feat", section: "Features" },
{ type: "fix", section: "Bug Fixes" },
{ type: "chore", section: "Other" },
{ type: "docs", section: "Other" },
{ type: "style", section: "Other" },
{ type: "refactor", section: "Other" },
{ type: "perf", section: "Other" },
{ type: "test", section: "Other" },
{ type: "build", section: "Other" },
{ type: "ci", section: "Other" },
],
},
},
],
"@semantic-release/changelog",
"@semantic-release/npm",
[
Expand Down

0 comments on commit 7e365ce

Please sign in to comment.