docker_exporter/.github/actions/make-version-string/action.yml
2019-12-15 13:14:03 +00:00

12 lines
No EOL
552 B
YAML

name: 'Create the version string'
description: 'Generates a version string of the form [branch-]1.2.3-NNNNNNNNNNN-CCCCCCC, where N is an incrementing value and C identifies the commit, with an optional branch prefix. Fields lengths are unspecified and may increase in future versions.'
inputs:
assemblyInfoPath:
description: 'Path to a .NET style AssemblyInfo file containing the numeric version component.'
required: true
outputs:
versionstring:
description: 'The generated version string'
runs:
using: 'docker'
image: 'Dockerfile'