Skip to content

Commit

Permalink
fix: trigger publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mcnally committed Apr 9, 2020
1 parent 7307b73 commit 875e5ab
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
17 changes: 17 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"release":{
"plugins":[
"@semantic-release/npm",
[
"@semantic-release/git",
{
"assets":[
"docs",
"package.json"
],
"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
]
}
}
9 changes: 1 addition & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,6 @@
},
"author": "Chris McNally",
"license": "ISC",
"release": {
"plugins": [
["@semantic-release/git", {
"assets": ["docs", "package.json"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}]
]
},
"dependencies": {
"chalk": "^3.0.0",
"clear": "^0.1.0",
Expand All @@ -59,6 +51,7 @@
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@semantic-release/git": "^9.0.0",
"@semantic-release/npm": "^7.0.5",
"babel-jest": "^25.2.3",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
Expand Down

0 comments on commit 875e5ab

Please sign in to comment.