Releases: dolittle/update-version-info-action
Releases · dolittle/update-version-info-action
Release v1.0.2
Summary
Update deps and modernise
Release v1.0.1
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
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.