Update for the latest release
This commit is contained in:
parent
691658f579
commit
10765b920e
@ -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
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user