RicoSuter / NSwag

The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.
http://NSwag.org
MIT License
6.76k stars 1.29k forks source link

Missing Changelogs #3337

Open eluchsinger opened 3 years ago

eluchsinger commented 3 years ago

It would be nice to have a changelog for the latest releases.

There is a CHANGELOG.MD file in the root of the repository that is unused since June 2019 and usually, one could see the changelogs in the Releases page of the repository, but somehow the release notes there stopped. Last Release with a changelog was Build 1122 from 5th of February 2021.

Is there a possibility to clean up the changelogs and make them consistent? Consistent Changelogs could help boost this project and its adoption.

RicoSuter commented 3 years ago

You can find a "changelog" here (between version commits) https://github.com/RicoSuter/NSwag/commits/master

eluchsinger commented 3 years ago

@RicoSuter thanks for the swift response! Would you be interested about looking into an automated changelog generator? Maybe something like this?

I must say that I have never used one myself, but I could imagine looking into making a proposal if you're interested and agree that it would generate value for this project.