This adds some technology specific formats to output files as well as output JSON during a parse.
If you're calling from a github action you'll be able to use ${{ steps.version.outputs.version_docker }} or version_dotnet for example if you need a version that is formatted for docker tags or nuget packages automatically.
Also while using the patch hook, it will update the version to be the correct format for csproj files.
Proposed changes
This adds some technology specific formats to output files as well as output JSON during a parse.
If you're calling from a github action you'll be able to use
${{ steps.version.outputs.version_docker }}
orversion_dotnet
for example if you need a version that is formatted for docker tags or nuget packages automatically.Also while using the
patch
hook, it will update the version to be the correct format for csproj files.Fixes #9 #8 #2