galaxyproject / galaxy-helm

Minimal setup required to run Galaxy under Kubernetes
MIT License
41 stars 38 forks source link

Tag releases #379

Closed ksuderman closed 11 months ago

ksuderman commented 2 years ago

Add an action to the package.yml workflow to create a tag and GitHub release when then chart is deployed to the Helm Chart repository.

afgane commented 2 years ago

This is certainly better than overwriting already published releases with each PR merge, but being able to simply get latest packaged code is also convenient. So how about when no labels are added to a PR, we still automatically package the chart as galaxy-dev?

ksuderman commented 2 years ago

We (I) will have to look at the helm_ci action since it bumps the version number and does the helm package.

ksuderman commented 11 months ago

It is easier (for me at least) to simply re-roll this PR rather than struggling through a rebase.