arcticfox-gh/Version Generator

A GitHub Action that will generate a version string for publishing artefacts based on the branch and build time

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Aug 18, 2021
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: arcticfox-gh/versiongenerator@e99dd3a578b02654eed567120b19d0757b622b82 # no releases — HEAD as of 2026-07-12

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
branchThe branch name. Assign from github.ref. Example, "refs/heads/main".yes
dirThe root directory to work from. Example, "path/to/code".yes
versionFilenameThe name of the file that holds the x.x.x versionyes
namedescription
artefact-versionThe Version string in a x.y.z-branch-buildTime format