Skip to content

Commit

Permalink
fix: add package-lock.json to git release (trigger a new version)
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin committed Apr 15, 2020
1 parent 426b11b commit 9f85bd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@
{
"assets": [
"CHANGELOG.md",
"package.json"
"package.json",
"package-lock.json"
],
"message": "chore(${branch.name}): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
Expand Down

0 comments on commit 9f85bd4

Please sign in to comment.