Skip to content

Commit 1b18833

Browse files
author
Adam Cozzette
committed
Tweaked update_version.py to leave PHP notes blank
Until now update_version.py has copied the notes from the previous PHP release, which is not very useful.
1 parent 6da79e9 commit 1b18833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ def CreateNode(tagname, indent, children):
317317
FindAndClone(root, 'date'),
318318
FindAndClone(root, 'time'),
319319
FindAndClone(root, 'license'),
320-
FindAndClone(root, 'notes')
320+
CreateNode('notes', 3, []),
321321
])
322322
changelog.appendChild(release)
323323
changelog.appendChild(document.createTextNode('\n '))

0 commit comments

Comments
 (0)