Explorar el Código

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.
Adam Cozzette hace 5 años
padre
commit
1b18833f4f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      update_version.py

+ 1 - 1
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 '))