zero-to-jupyterhub-k8s icon indicating copy to clipboard operation
zero-to-jupyterhub-k8s copied to clipboard

Remove old GitHub Releases for this project?

Open consideRatio opened this issue 3 years ago • 2 comments
trafficstars

We currently don't rely on GitHub Releases, but instead on git tags to declare new versions etc. If someone relied on GitHub Releases, for example because they use a github api to access the latest GitHub release, they can do so with helm show chart from the helm chart repo directly instead.

The situation is that whenever we now make a new release by pushing a git tag, we end up also needing to create a GitHub Release to avoid that the github UI showing us an old version.

image

So, should we simply remove all old github releases?

consideRatio avatar Sep 07 '22 08:09 consideRatio

I'd vote for yes, though the first few releases have actual release notes. We should double-check that they are in the changelog in the docs before deleting (I think they are)

minrk avatar Sep 07 '22 09:09 minrk

A few people have reacted to the last two GitHub Releases, so someone's obviously watching them! image

Could we use a GitHub action to automatically create a release when a tag is created, and just link to the changelog as at present?

manics avatar Sep 18 '22 18:09 manics