Skip to content

Commit

Permalink
chore: run git release after npm
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbyte committed Mar 30, 2020
1 parent 128a48f commit d85c167
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,16 @@
"changelogTitle": "# Changelog"
}
],
"@semantic-release/npm",
[
"@semantic-release/git",
{
"assets": ["CHANGELOG.md", "package.json"]
"assets": [
"CHANGELOG.md",
"package.json"
]
}
],
"@semantic-release/npm",
"@semantic-release/github"
]
}
}

0 comments on commit d85c167

Please sign in to comment.