I need to extract content from a project's GitHub release notes, in automated fashion. The surrounding HTML content of the website is not needed and tends to complicate parsing.
Does GitHub provide a plain text URL for the release notes (similar to the raw view for files), or do I have to work with the HTML anyway?