Skip to content

Commit

Permalink
fix: release script reordering
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceanis committed Oct 24, 2019
1 parent 729b9b7 commit 7507bf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
["@semantic-release/changelog", {
"changelogFile": "CHANGELOG.md"
}],
"@semantic-release/npm",
["@semantic-release/git", {
"assets": ["CHANGELOG.md", "docs", "package.json", "package-lock.json"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}],
"@semantic-release/github",
"@semantic-release/npm"
"@semantic-release/github"
],
"branch": "master"
}

0 comments on commit 7507bf5

Please sign in to comment.