gchq / gaffer-docker

Gaffer Docker images and associated Helm charts for deploying on Kubernetes
https://gchq.github.io/gaffer-docker
Apache License 2.0
30 stars 36 forks source link

Improve release branch version scripts #282

Open t92549 opened 1 year ago

t92549 commented 1 year ago

Rather than having to manually change Gaffer versions and open a separate PR, it would be nice if the create release branch action automatically changed them for you. If you wanted a release that would change the docker script/helm chart app versions, but not the Gaffer version, you could append -patch1 to the release name and it would keep the Gaffer version the same but change the helm chart app version to include the patch number.