Skip to content

Commit

Permalink
chore(release): 1.8.8 [skip ci]
Browse files Browse the repository at this point in the history
## [1.8.8](v1.8.7...v1.8.8) (2020-04-23)

### Bug Fixes

* **cicd:** publish via Semantic Release ([#219](#219)) ([7c74484](7c74484))
  • Loading branch information
semantic-release-bot committed Apr 23, 2020
1 parent 90b196c commit a79fcb8
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,16 @@
],
"plugins": [
"@semantic-release/commit-analyzer",
["@semantic-release/git", {
"assets": ["CHANGELOG.md", "package.json"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}],
[
"@semantic-release/git",
{
"assets": [
"CHANGELOG.md",
"package.json"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
"@semantic-release/github",
"@semantic-release/npm",
"@semantic-release/release-notes-generator"
Expand Down

0 comments on commit a79fcb8

Please sign in to comment.