We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a168631 commit fc517d2Copy full SHA for fc517d2
scripts/release_notes_generator.py
@@ -132,7 +132,7 @@ def update_release_notes(release_notes):
132
history = history_file.read()
133
134
token = '# History\n\n'
135
- split_index = history.find(token) + len(token) + 1
+ split_index = history.find(token) + len(token)
136
header = history[:split_index]
137
new_notes = f'{header}{release_notes}{history[split_index:]}'
138
0 commit comments