Skip to content

Commit

Permalink
fix: add semantic-release git / npm plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
devonChurch committed May 21, 2018
1 parent 68f2026 commit 951ac95
Show file tree
Hide file tree
Showing 2 changed files with 177 additions and 3 deletions.
168 changes: 167 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
},
"homepage": "https://github.com/devonChurch/fish-tacos#readme",
"devDependencies": {
"@semantic-release/git": "^5.0.0",
"@semantic-release/npm": "^3.2.5",
"clean-webpack-plugin": "^0.1.19",
"commitizen": "^2.9.6",
"cz-conventional-changelog": "^2.1.0",
Expand All @@ -39,15 +41,21 @@
}
},
"release": {
"verifyConditions": ["@semantic-release/npm", "@semantic-release/git"],
"verifyConditions": [
"@semantic-release/npm",
"@semantic-release/git"
],
"publish": [
{
"path": "@semantic-release/npm",
"pkgRoot": "dist"
},
{
"path": "@semantic-release/git",
"assets": ["package.json", "package-lock.json"]
"assets": [
"package.json",
"package-lock.json"
]
}
]
}
Expand Down

0 comments on commit 951ac95

Please sign in to comment.