Skip to content

Commit

Permalink
fix(release): return git prepare step
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Mar 12, 2019
1 parent e142d8e commit 3b637f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
"@semantic-release/release-notes-generator": "7.1.4",
"lerna": "^3.13.1",
"multi-semantic-release": "^1.0.3",
"semantic-release": "15.13.3",
"semantic-release-plugin-decorators": "^2.0.0"
"semantic-release": "15.13.3"
},
"release": {
"branch": "master",
Expand All @@ -46,7 +45,8 @@
],
"prepare": [
"@semantic-release/changelog",
"@semantic-release/npm"
"@semantic-release/npm",
"@semantic-release/git"
],
"publish": [
"@semantic-release/npm",
Expand Down

0 comments on commit 3b637f4

Please sign in to comment.