Skip to content

Commit

Permalink
Merge pull request #159 from open-rpc/fix/release-artifacts
Browse files Browse the repository at this point in the history
fix: release not uploading artifacts
  • Loading branch information
BelfordZ authored Apr 8, 2019
2 parents 365e506 + 6a9c721 commit f865e9b
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,11 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
[
"@semantic-release/github",
{
"assets": [
{
"path": "build/markdown/spec.md",
"label": "Github Markdown distribution"
}
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}\n\nCommit generated by .releaserc"
}
],
"@semantic-release/git"
"@semantic-release/github",
["@semantic-release/git", {
"assets": ["CHANGELOG.md", "build/markdown/spec.md"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}\n\nCommit generated by .releaserc"
}]
],
"verifyConditions": [
"@semantic-release/changelog",
Expand Down

0 comments on commit f865e9b

Please sign in to comment.