Skip to content

Commit

Permalink
build: add custom semantic-release config
Browse files Browse the repository at this point in the history
  • Loading branch information
gfmio committed Mar 7, 2019
1 parent cc83472 commit b422392
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,27 @@
"extends": [
"@commitlint/config-conventional"
]
},
"release": {
"branch": "master",
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/npm",
{
"npmPublish": false,
"pkgRoot": "."
}
],
[
"@semantic-release/npm",
{
"npmPublish": true,
"pkgRoot": "./dist"
}
],
"@semantic-release/github"
]
}
}

0 comments on commit b422392

Please sign in to comment.