Skip to content

Commit

Permalink
Merge pull request #161 from open-rpc/fix/release-again
Browse files Browse the repository at this point in the history
Fix/release again
  • Loading branch information
BelfordZ authored Apr 8, 2019
2 parents 709f5d2 + b2eb08d commit 7612a46
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 429 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
build
**/build
build/
node_modules/
13 changes: 5 additions & 8 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,19 @@
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
["@semantic-release/github", {
"assets": [{"path": "dist/asset.min.css", "label": "Markdown distribution"}]
"assets": [{"path": "build/markdown/spec.md", "label": "Markdown distribution"}]
}],
"@semantic-release/git"
["@semantic-release/git", {
"assets": ["CHANGELOG.md"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}\n\nCommit generated by .releaserc"
}]
],
"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
Loading

0 comments on commit 7612a46

Please sign in to comment.