You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Particularly, when capturing the summary from the properly formatted GitHub comment on a PR, it seems that if the summary has a : in it, then it will truncate the rest of the summary on that line.
Examples of this appear to have been seen in practice when preparing Spring 1.0 release notes. Two concrete examples I can point to are the following:
Note:start
group: IF
category: BUG
summary: P2P: Fix switch from lib catchup to head catchup. Fixes bug which incorrectly assumed blocks in dispatcher list were applied.
Note:end
The text was updated successfully, but these errors were encountered:
I believe there is bug here:
helpers/git/draft-release-notes.py
Lines 219 to 225 in 999637e
Particularly, when capturing the summary from the properly formatted GitHub comment on a PR, it seems that if the summary has a
:
in it, then it will truncate the rest of the summary on that line.Examples of this appear to have been seen in practice when preparing Spring 1.0 release notes. Two concrete examples I can point to are the following:
AntelopeIO/leap#2390 (comment) (content reproduced below)
and
AntelopeIO/spring#149 (comment) (content reproduced below)
The text was updated successfully, but these errors were encountered: