Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Include the changelog for each version in the Releases posts #11094
Comments
|
i had also requested this idea a long time ago , they suggested me to do it . |
When a new version of youtube-dl is released, an entry is created on the Releases page. On other GitHub projects, each release is usually accompanied by the changelog for that version. However, on the youtube-dl project, the text just reads "Release " followed by the version number. I like to track new releases and changes through RSS/Atom and GitHub provides such feeds of Releases as standard. Unfortunately, as it stands it's not easy to get the latest version's changes in feed form. Keeping tabs on every commit to the ChangeLog file is unreasonable if one just wants to know what's changed in each release.
Having a changelog (#1626) is helpful but it'd be really useful if it was posted in the Releases for each version. Please and thank you.