Skip to content

Commit

Permalink
Крестики люблю пиздец (BlueMoon-Labs#1183)
Browse files Browse the repository at this point in the history
Убираем ошибку при отсутствии чейнджлогов, которые и так у нас не компилятся
  • Loading branch information
VladOS-0 authored Aug 3, 2024
1 parent 514c678 commit 86c5d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/changelog/generate_cl.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
cl_list = CL_SPLIT.findall(cl.group(2))
except AttributeError:
print("No CL found!")
exit(1) # Change to '0' if you do not want the action to fail when no CL is provided
exit(0) # Change to '0' if you do not want the action to fail when no CL is provided


if cl.group(1) is not None:
Expand Down

0 comments on commit 86c5d2f

Please sign in to comment.