Closed xxsimoxx closed 2 years ago
We should also consider to remove parsing the README.md at that point. My opinion is that is better to check the one in the zip file (that is already implemented), as the one in the repo could refer to functionality that is being implemented in the default branch and not already in a release.
Good catch on the message.
I've been thinking about your other point. Is is likely that a developer would have the README.md file say something different from what's in the software when they've just made a new release? What's bothering me particularly is that releases have to be done manually, so the developer might not even include the README.md file in the zip file. I suppose we could have it as the fallback instead of the first option.
I suppose we could have it as the fallback instead of the first option.
Agree!
If
README.md
is not found$readme['body']
is not empty but a "not found" message.