eclipse-kuksa / kuksa-actions

Reusable Github actions and workflows used in the Eclipse KUKSA project
Apache License 2.0
1 stars 2 forks source link

Tag format #13

Open erikbosch opened 3 months ago

erikbosch commented 3 months ago

Currently we use tags of format X.Y. Many other actions use vX.Y, see for example https://github.com/eclipse-kuksa/kuksa-databroker/blob/main/.github/workflows/kuksa_databroker_build.yml , that seems to be standard.

Should we possibly change to vX.Y? Any opinion @SebastianSchildt ?

If we are to change a possible workflow could be:

SebastianSchildt commented 3 months ago

I personally do not like "v" tags for purely subjective aesthetic reasons, but I really don't have a problem to change it here for the actions , if that is more common for "actions"