Skip to content

Commit

Permalink
fix: semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
Otanikotani committed Feb 27, 2020
1 parent 32057dd commit 5557455
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
["@semantic-release/github", {
"assets": ["docs/CHANGELOG.md"]
}],
[],"@semantic-release/git", {
"@semantic-release/git", {
"assets": ["docs"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
"message": "chore(release): [skip ci]"
}
]
}

0 comments on commit 5557455

Please sign in to comment.