summaryrefslogtreecommitdiff
path: root/scripts/git-release-notes.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/git-release-notes.py')
-rwxr-xr-xscripts/git-release-notes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/git-release-notes.py b/scripts/git-release-notes.py
index 6655b61c..5b6faaaf 100755
--- a/scripts/git-release-notes.py
+++ b/scripts/git-release-notes.py
@@ -30,7 +30,7 @@ for hunk in revisions.split('~~~')[:-1]:
parents = lines[1].split(' ', 1)[1].split(' ')
message = ' '.join(lines[2:])
- #print(commit, parents)
+ # print(commit, parents)
if RELEASE.search(message):
print('Found release commit, stopping:')