Skip to content

Commit

Permalink
Merge pull request #251 from open-rpc/fix/version-take-4
Browse files Browse the repository at this point in the history
Fix/version take 4
  • Loading branch information
BelfordZ authored Dec 20, 2019
2 parents e1a3942 + 45d5f9b commit 2696044
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/github",
"@semantic-release/git"
"@semantic-release/git",
"@semantic-release/npm"
],
"verifyConditions": [
"@semantic-release/changelog",
Expand All @@ -16,6 +17,7 @@
"prepare": [
"@semantic-release/changelog",
"@semantic-release/git",
"@semantic-release/npm",
[
"@semantic-release/exec",
{
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.0.0-semantic-release-dev",
"description": "The OPEN-RPC Specification",
"main": "index.js",
"private": true,
"scripts": {
"validate": "node_modules/.bin/mdv ./spec.md ./README.md ./build/markdown/*.md",
"lint": "./node_modules/.bin/markdownlint ./spec.md ./README.md ./build/markdown/*.md",
Expand Down

0 comments on commit 2696044

Please sign in to comment.