Skip to content

Commit

Permalink
Merge pull request #963 from spiltcoffee/release
Browse files Browse the repository at this point in the history
build: add yarn.lock changes to git during release step
  • Loading branch information
spiltcoffee authored Jul 15, 2023
2 parents 93f1fa5 + 0ed643f commit 00b8565
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion release.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,11 @@ module.exports = {
"@semantic-release/git",
{
assets: [
["packages/**/package.json", "!**/node_modules/**/package.json"],
[
"yarn.lock",
"packages/**/package.json",
"!**/node_modules/**/package.json",
],
],
},
],
Expand Down

0 comments on commit 00b8565

Please sign in to comment.