You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In etcd-druid, we have multiple go modules, and upon every release, we need to create multiple tags for each version, like this. Currently cc-utils's release.yaml workflow only supports single tag via the github-tag-template input, which is insufficient for our usecase.
Implementation Proposal
I would like to add github-tag-templates, which is a list of strings instead of a single string. If this is the case, then we need to decide how to deprecate/remove github-tag-template.