Skip to content

Commit

Permalink
update_kernel_commits.py: mke automated commit msg
Browse files Browse the repository at this point in the history
The commit message generated by this script should conform to
our commit style - i.e. it should start with a capital letter.

https://github.com/lf-edge/eve/blob/master/CONTRIBUTING.md#commit-messages

Signed-off-by: Christoph Ostarek <[email protected]>
  • Loading branch information
christoph-zededa authored and OhmSpectator committed Sep 2, 2024
1 parent 262f5f1 commit 9017700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/update_kernel_commits.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def generate_commit_message(branches, repo_owner, repo_name, verbose=False):
commit_message += "\n"

arch_list = f"[{', '.join(get_short_arch_flavor(branch) for branch in branches)}]"
commit_subject = f"Kernel update - {arch_list}\n\n"
commit_subject = f"Kernel update - {arch_list}\n\nThis commit changes:\n"

commit_message = commit_subject + commit_message
return commit_message
Expand Down

0 comments on commit 9017700

Please sign in to comment.