Skip to content
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

Bug: body is used without checking the existense of body_path. #71

Closed
perfectmak opened this issue Dec 29, 2020 · 1 comment · Fixed by #85
Closed

Bug: body is used without checking the existense of body_path. #71

perfectmak opened this issue Dec 29, 2020 · 1 comment · Fixed by #85

Comments

@perfectmak
Copy link

Contrary to what is written in the readme:

When providing a body and body_path at the same time, body_path will be attempted first, then falling back on body if the path can not be read from.

The actual javascript code for extracting releaseBody checks if body is provided and ignores reading the body_path outright.

@perfectmak perfectmak changed the title body is used without checking the existense of body_path Bug: body is used without checking the existense of body_path. Dec 29, 2020
@softprops
Copy link
Owner

Thanks for the bug report. If I don't get to this sooner I'll happily accept a pull request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants