Closed hazcod closed 3 years ago
Related to https://github.com/go-semantic-release/action/issues/15
The .version is not created when --dry is provided, breaking the Action which depends on the .version file to provide the calculated version.
--dry
.version
Hi @hazcod, instead of a .version file, a .version-unreleased file is created.
.version-unreleased
Related to https://github.com/go-semantic-release/action/issues/15
The .version is not created when
--dry
is provided, breaking the Action which depends on the.version
file to provide the calculated version.