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.
pull/7840/head
Adam Cozzette 4 years ago
parent 6da79e94b0
commit 1b18833f4f
  1. 2
      update_version.py

@ -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 '))

Loading…
Cancel
Save