Fix automation harder.

Change-Id: I0c1d03e2635272bf2b3335eb211a37e309a2100e
This commit is contained in:
Robert Collins 2014-01-29 23:03:43 +13:00
parent 1d1e86e810
commit 0ab2fc7140

View File

@ -109,7 +109,7 @@ def get_release_notes_and_changelog(news_path):
line = line.strip()
if state is None:
if (is_heading_marker(line, '~') and
not last_line.startwith('NEXT')):
not last_line.startswith('NEXT')):
milestone_name = last_line
state = 'release-notes'
else: