Skip to content

Commit

Permalink
chore: add needed sem-rel plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanoshadjipetrou committed Apr 30, 2020
1 parent 8f06ad6 commit 3168c23
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,11 @@
"release": {
"branches": [
"master"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github"
]
},
"jest": {
Expand Down Expand Up @@ -249,4 +254,4 @@
"seo": 90
}
}
}
}

0 comments on commit 3168c23

Please sign in to comment.