Update for the latest release

This commit is contained in:
eabdullin 2026-02-11 13:21:36 +03:00
parent 691658f579
commit 10765b920e

View File

@ -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