Pārlūkot izejas kodu

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 5 gadi atpakaļ
vecāks
revīzija
1b18833f4f
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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 '))