DEXPRO-Solutions-GmbH / swaggerui

Gin handler to expose an OpenAPI spec via Swagger UI
Apache License 2.0
0 stars 0 forks source link

Remove changelog file #7

Closed fabiante closed 1 year ago

fabiante commented 1 year ago

I noticed that this project maintains a CHANGELOG file.

For a small library it is rather annoying having to deal with it and many projects simply don't track changes like this.

We can make use of the Github Release page which has a feature to automatically generate release notes based on merged PRs.

I want to remove the changelog file in favor of Github releases and the git history.

fabiante commented 1 year ago

@Mirco91 What do you think?

Mirco91 commented 1 year ago

Personally I prefer the github release page, so I'm all for it. Updating a CHANGELOG file tends to be forgotten easily

fabiante commented 1 year ago

Nice, I will remove it in a dedicated PR.