Skip to content

Commit

Permalink
fix: fix automatic deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmurdoch committed Aug 5, 2020
1 parent 20b00f8 commit 06e4fad
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@
}
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/github",
"@semantic-release/npm",
[
"@semantic-release/git",
{
Expand All @@ -66,7 +69,8 @@
],
"message": "${nextRelease.version}\n\n${nextRelease.notes}"
}
]
],
"@semantic-release/release-notes-generator"
]
}
}

0 comments on commit 06e4fad

Please sign in to comment.