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 ec9e4ac commit 55af033Copy full SHA for 55af033
Scripts/publish.py
@@ -51,7 +51,7 @@ def generate_release_notes(project):
51
release_notes_text = Template(template_source).substitute(attrs)
52
53
with open(project.release_notes_file(), 'w') as release_notes_file:
54
- release_notes_file.write(release_notes_text)
+ release_notes_file.write(release_notes_text.encode('utf-8'))
55
56
57
def commit_release(project):
0 commit comments