Skip to content

Github actions should support creating release with multiple tags #1381

@shreyas-s-rao

Description

@shreyas-s-rao

Context / Motivation

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.

Metadata

Metadata

Assignees

Labels

kind/enhancementEnhancement, improvement, extension

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions