FluidTYPO3 / vhs

TYPO3 extension VHS: Fluid ViewHelpers
https://fluidtypo3.org
Other
189 stars 228 forks source link

Maintain Github releases #1911

Open mbrodala opened 1 month ago

mbrodala commented 1 month ago

Describe the solution you'd like It would be nice if each tag was accompanied by a Github release. Currently these are not really maintained: https://github.com/FluidTYPO3/vhs/releases

image

Describe alternatives you've considered or workarounds you currently have to use Compare source between tags, e.g. https://github.com/FluidTYPO3/vhs/compare/7.0.4...7.0.5

Additional context

One benefit for me personally would be that I can see the release notes when Renovate suggests an update.

Since release notes can be easily be autocreated from all PRs which where merged after the last release, the maintenance burden should be low.

NamelessCoder commented 1 month ago

If you have a way to fully automate this then I'd be happy to consider it - otherwise, I'd consider the added workload definitely not worth the effort (this is the very first request I've ever gotten for this since I started maintaining repos some 15 years or so ago).

mbrodala commented 1 month ago

I have never tried to automate this since it's so easy to do this manually. After pushing a tag, I create a release from it, let the description be autogenerated and call it a day.