add optional workflow-run-id
parameter to SemenaticVersion step implementer
#45
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
purpose
Currently if you re-run a workflow using the same git commit hash, and you are tagging your git using the generated SematnicVesion you will get an error tyring to push the same tag again. To solve this issue and have even better versioning we should have an additional optional paramter to the SemanticVersion StepImplmenter called
workflow-run-id
that can be passed in at runtime (via the CLI) by the worfklow runner with the unique id of the workflow run to add to the semantic version if provideddesign
we need to figure out if we should include this as part of the pre-release section or the build seciton of the version.
todo
The text was updated successfully, but these errors were encountered: