From 1b18833f4f2a2f681f4e4a25cdf3b0a43115ec26 Mon Sep 17 00:00:00 2001 From: Adam Cozzette Date: Fri, 21 Aug 2020 11:12:57 -0700 Subject: [PATCH] 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. --- update_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_version.py b/update_version.py index bfbef45ae1..470e4251e6 100755 --- a/update_version.py +++ b/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 '))