Skip to content

Commit

Permalink
fix(release): reorder semantic-release plugins to commit last
Browse files Browse the repository at this point in the history
  • Loading branch information
jagregory committed Apr 12, 2020
1 parent 97d4ddc commit 3a94c03
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
["@semantic-release/git", {
"assets": ["CHANGELOG.md", "package.json"],
}],
"@semantic-release/npm",
"@semantic-release/github"
"@semantic-release/github",
["@semantic-release/git", {
"assets": ["CHANGELOG.md"],
}]
]
}

0 comments on commit 3a94c03

Please sign in to comment.