Loading utils/generate_change_notes.py +1 −1 Original line number Original line Diff line number Diff line Loading @@ -33,7 +33,7 @@ for tag in tags: commit = project.commits.get(tag.commit['id']) commit = project.commits.get(tag.commit['id']) mrs = commit.merge_requests() mrs = commit.merge_requests() if len(mrs) == 0: if len(mrs) == 0: out_str += "No CR information in the Forge\n" out_str += "No CR information in the Forge.\n" continue continue if len(mrs) > 1: if len(mrs) > 1: Loading Loading
utils/generate_change_notes.py +1 −1 Original line number Original line Diff line number Diff line Loading @@ -33,7 +33,7 @@ for tag in tags: commit = project.commits.get(tag.commit['id']) commit = project.commits.get(tag.commit['id']) mrs = commit.merge_requests() mrs = commit.merge_requests() if len(mrs) == 0: if len(mrs) == 0: out_str += "No CR information in the Forge\n" out_str += "No CR information in the Forge.\n" continue continue if len(mrs) > 1: if len(mrs) > 1: Loading