From 10765b920eb16af060861dd534d86fadc7a345b8 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 11 Feb 2026 13:21:36 +0300 Subject: [PATCH] Update for the latest release --- config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.yaml b/config.yaml index a21fc27..846f505 100644 --- a/config.yaml +++ b/config.yaml @@ -50,11 +50,11 @@ actions: count: 1 - target: "patch-git.lua" find: | - 'log --first-parent --no-renames --raw --pretty=fuller --date=default > ' - .. git_log_file) + 'log --first-parent --no-decorate --no-renames --raw --pretty=fuller' + .. ' --date=default > ' .. git_log_file) replace: | - 'log --first-parent --no-renames --raw --pretty=fuller --date=default ' - .. log_branch .. ' > ' .. git_log_file) + 'log --first-parent --no-decorate --no-renames --raw --pretty=fuller' + .. ' --date=default > ' .. log_branch .. ' > ' .. git_log_file) count: 1