-
-
Notifications
You must be signed in to change notification settings - Fork 849
Fix not parsing body_only param for sections #755
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix not parsing body_only param for sections #755
Conversation
Hi @dusan-dragon, thanks for this PR :) Can you please add a test case, so we can verify this does not break in the future? Thanks! |
Hi @ferrarimarco added test, also checked that it is failing on master. |
@ferrarimarco ping |
Hi! Will have a look ASAP, thanks for your patience |
ping, any updates on this? |
@ferrarimarco ping |
@olleolleolle can you have a look at this? You know the code base better :) Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks reasonable, thanks for explaining how the failure occurred. LGTM!
Thanks, @dusan-dragon! |
Currently
body_only
is not filled into sections properly. This is an issue because if you will useconfigure-sections
you will loss "Release summary" section. Because there is no way how to enable body_only param.