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 6d3e712 commit 32057dd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@
["@semantic-release/changelog", {
"changelogFile": "docs/CHANGELOG.md"
}],
"@semantic-release/git",
["@semantic-release/github", {
"assets": ["docs/CHANGELOG.md"]
}]
}],
[],"@semantic-release/git", {
"assets": ["docs"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
}

0 comments on commit 32057dd

Please sign in to comment.