소스 검색

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 년 전
부모
커밋
1b18833f4f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 '))