Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.

Commit

Permalink
feat: semantic-release@15.0.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE: require semantic-release@15.0.0
  • Loading branch information
pvdlg committed Feb 19, 2018
1 parent 276103d commit 73a5e37
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
4 changes: 3 additions & 1 deletion index.js
Expand Up @@ -18,10 +18,12 @@ module.exports = {
'@semantic-release/git',
'@semantic-release/github',
],
publish: [
prepare: [
'@semantic-release/changelog',
{path: '@semantic-release/npm', npmPublish: false},
{path: '@semantic-release/git', message: `chore(release): \${nextRelease.version} [skip ci]`},
],
publish: [
{path: '@semantic-release/exec', cmd: `apm publish --tag \${nextRelease.gitTag} 1>&2`},
'@semantic-release/github',
],
Expand Down
13 changes: 6 additions & 7 deletions package.json
Expand Up @@ -16,12 +16,12 @@
"Gregor Martynus (https://twitter.com/gr2m)"
],
"dependencies": {
"@semantic-release/changelog": "^1.1.0",
"@semantic-release/changelog": "^2.0.0",
"@semantic-release/error": "^2.1.0",
"@semantic-release/exec": "^2.1.0",
"@semantic-release/git": "^3.1.0",
"@semantic-release/exec": "^2.2.0",
"@semantic-release/git": "^4.0.0",
"@semantic-release/github": "^4.1.2",
"@semantic-release/npm": "^3.1.0",
"@semantic-release/npm": "^3.2.0",
"execa": "^0.9.0"
},
"devDependencies": {
Expand All @@ -37,7 +37,7 @@
"mockserver-client": "^5.3.0",
"nyc": "^11.1.0",
"p-retry": "^1.0.0",
"semantic-release": "^14.0.0",
"semantic-release": "^15.0.0",
"sinon": "^4.1.2",
"strip-ansi": "^4.0.0",
"tempy": "^0.2.1",
Expand Down Expand Up @@ -75,7 +75,7 @@
"all": true
},
"peerDependencies": {
"semantic-release": ">=13.0.0 <15.0.0"
"semantic-release": ">=15.0.0 <16.0.0"
},
"prettier": {
"printWidth": 120
Expand All @@ -92,7 +92,6 @@
"cm": "git-cz",
"codecov": "codecov -f coverage/coverage-final.json",
"lint": "xo",

"semantic-release": "semantic-release",
"test": "nyc ava -v"
},
Expand Down

0 comments on commit 73a5e37

Please sign in to comment.