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.
This commit is contained in:
Adam Cozzette 2020-08-21 11:12:57 -07:00
parent 6da79e94b0
commit 1b18833f4f

View File

@ -317,7 +317,7 @@ def UpdatePhp():
FindAndClone(root, 'date'),
FindAndClone(root, 'time'),
FindAndClone(root, 'license'),
FindAndClone(root, 'notes')
CreateNode('notes', 3, []),
])
changelog.appendChild(release)
changelog.appendChild(document.createTextNode('\n '))