Open
Description
👋 Hey, nice project you have here !
I would like to use your action in our TF modules monorepo.
Today, we have a custom workflow creating releases, tags and uploading sources to an external JFrog registry. Our tags follow the pattern module-X.Y.Z
.
After setting up this action, it seems it does not detect existing tags and want to create to create an initial release for all modified modules. I've forced the initial release value to 1.0.0
(removing the v
prefix) to check if I could trick it.
Release plan:
List of the previous tag, listed to delete:
I didn't find a way to specify custom tag pattern, is there workaround or could it be a feature to implement ?
Thanks !