Skip to content

Commit 2da4f3b

Browse files
manually fix and run postrelease-setup-devbranch action
1 parent 1be59e9 commit 2da4f3b

File tree

4 files changed

+682
-676
lines changed

4 files changed

+682
-676
lines changed

.github/scripts/prepare_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def update_changelog(nvn):
9595
if section_name:
9696
changelog.write(f"### {section_name}\n")
9797
lines = [
98-
ln.strip()
98+
ln.rstrip()
9999
for ln in section
100100
if "code freeze date: " not in ln.lower()
101101
]

0 commit comments

Comments
 (0)