simpletacticsgaming/Version generator

Generates a version string. • On the main (or any protected) branch it returns the user provided input • On a pull-request pipeline it returns 0.<PR>#.<RUN_ID>

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
versionOptional version input to use when no PR is open (e.g. 1.2.3).no
protected_branchesComma-separated list of branches where a manual version is allowed. Defaults to 'main,master'.nomain,master
namedescription
versionThe computed version string (either the user input or the auto-generated PR version).