From 76badb62d852fb4218b62d97ee41f25e56123496 Mon Sep 17 00:00:00 2001 From: Tristan Bastian Date: Mon, 15 Apr 2024 16:15:48 +0200 Subject: [PATCH] ci: do not push yarn.lock during semantic release Signed-off-by: Tristan Bastian --- .releaserc.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.releaserc.json b/.releaserc.json index 4448e06..5682e45 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -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}" }