Skip to content

Releases: dolittle/update-version-info-action

Release v1.0.2

07 Dec 14:23
Compare
Choose a tag to compare

Summary

Update deps and modernise

Release v1.0.1

01 Dec 13:51
Compare
Choose a tag to compare

Summary

The semver library exposes the prerelease of the parsed versions as an array of elements. .toString() joined these with a comma making the replaced prerelease value strange. This PR fixes that by using .join('.') instead.

Fixed

  • The replaced prerelease strings now contains . instead of ,.

Release v1.0.0

01 Dec 12:57
Compare
Choose a tag to compare

Summary

Introducing the "Update VersionInfo Files" action. This GitHub action can be used to replace values in source code from the current build pipeline to include build information in published binaries.

See the README for a description on how to use it.