Skip to content

Commit fc186eb

Browse files
paldepindtausbn
andauthored
Include -r flag to code when creating change note
Co-authored-by: Taus <[email protected]>
1 parent 4c3a2cd commit fc186eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/scripts/create-change-note.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@
5252
with open(change_note_file, "w") as f:
5353
f.write(change_note)
5454

55-
editor = os.environ.get('EDITOR', 'code')
55+
editor = os.environ.get('EDITOR', 'code -r')
5656

5757
os.system(f"{editor} {change_note_file}")

0 commit comments

Comments
 (0)