Skip to content

Commit 3049698

Browse files
committed
[ULS] Remove unnecessary blank line in changelog
Before we had this: -- arm64: add kernel config option to lock down when in Secure Bo... -- github actions: Make Builds on Merge Request Work (Jonathan Maple) -- Add CIQ configs (Jonathan Maple) -- Linux 6.12.77 (https://cdn.kernel.org/pub/linux/kernel/v6.x/Ch... Now we have this: -- arm64: add kernel config option to lock down when in Secure Bo... -- github actions: Make Builds on Merge Request Work (Jonathan Maple) -- Add CIQ configs (Jonathan Maple) -- Linux 6.12.77 (https://cdn.kernel.org/pub/linux/kernel/v6.x/Ch...
1 parent 5bf5ada commit 3049698

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

update_lt_spec.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ def update_spec_file(
111111
sys.exit(1)
112112

113113
changelog_lines += [
114-
"",
115114
f"-- Linux {full_kernel_version} (https://cdn.kernel.org/pub/linux/kernel/v{lt_major_version}.x/ChangeLog-{full_kernel_version})",
116115
"",
117116
"",

0 commit comments

Comments
 (0)