Skip to content

Commit

Permalink
ci: do not push yarn.lock during semantic release
Browse files Browse the repository at this point in the history
Signed-off-by: Tristan Bastian <tristan.bastian@softwareag.com>
  • Loading branch information
reey committed Apr 15, 2024
1 parent d37bf2f commit 76badb6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@
"CHANGELOG.md",
"package.json",
"*/package.json",
"*/cumulocity.json",
"yarn.lock"
"*/cumulocity.json"
],
"message": "ci(release): ${nextRelease.version}\n\n${nextRelease.notes}"
}
Expand Down

0 comments on commit 76badb6

Please sign in to comment.