From cdea6b4a9d75de45dc04cce4aac3405a990980bc Mon Sep 17 00:00:00 2001 From: Mogyuchi Date: Thu, 4 Jul 2024 14:28:33 +0900 Subject: [PATCH] remove v --- .github/renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index af5387216..e90e76970 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -20,7 +20,7 @@ "assigneesFromCodeOwners": true, "commitBodyTable": true, "commitMessageAction": "bump", - "commitMessageExtra": "from {{#if currentValue}}{{{replace '^([0-9])' 'v$1' currentValue}}}{{else}}{{{currentDigestShort}}}{{/if}} to {{#if isPinDigest}}{{{newDigestShort}}}{{else}}{{#if isSingleVersion}}{{prettyNewVersion}}{{else}}{{#if newValue}}{{{newValue}}}{{else}}{{{newDigestShort}}}{{/if}}{{/if}}{{/if}}", + "commitMessageExtra": "from {{#if currentValue}}{{{currentValue}}}{{else}}{{{currentDigestShort}}}{{/if}} to {{#if isPinDigest}}{{{newDigestShort}}}{{else}}{{#if isSingleVersion}}{{newVersion}}{{else}}{{#if newValue}}{{{newValue}}}{{else}}{{{newDigestShort}}}{{/if}}{{/if}}{{/if}}", "commitMessageTopic": "{{depName}}", "dependencyDashboardAutoclose": true, "prConcurrentLimit": 3, @@ -55,7 +55,7 @@ }, { "matchDepTypes": ["packageManager"], - "commitMessageExtra": "from v{{{currentVersion}}} to {{{prettyNewVersion}}}", + "commitMessageExtra": "from {{{currentVersion}}} to {{{newValue}}}", "postUpgradeTasks": { "commands": ["corepack use '{{{depName}}}@{{{newVersion}}}'"] }