Optum / semver-cli

Apache License 2.0
8 stars 1 forks source link

Feature/formatted output #12

Closed justinmchase closed 1 year ago

justinmchase commented 1 year ago

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 }} 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.

Fixes #9 #8 #2