Skip to content

Commit

Permalink
Merge pull request #160 from open-rpc/fix/artifacts
Browse files Browse the repository at this point in the history
fix(release): artifact uploading
  • Loading branch information
BelfordZ authored Apr 8, 2019
2 parents bebb537 + 3275d6a commit 709f5d2
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,23 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@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"
}]
["@semantic-release/github", {
"assets": [{"path": "dist/asset.min.css", "label": "Markdown distribution"}]
}],
"@semantic-release/git"
],
"verifyConditions": [
"@semantic-release/changelog",
"@semantic-release/git",
"@semantic-release/github",
"@qiwi/semantic-release-gh-pages-plugin"
],
"prepare": [
["@semantic-release/git", {
"assets": ["CHANGELOG.md"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}\n\nCommit generated by .releaserc"
}]
],
"publish": [
"@semantic-release/github",
{
Expand Down

0 comments on commit 709f5d2

Please sign in to comment.