go-semantic-release / semantic-release

📦🚀 semantic-release written in Go
https://go-semantic-release.xyz
MIT License
409 stars 43 forks source link

--dry does not create .version file, breaking Action #102

Closed hazcod closed 3 years ago

hazcod commented 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.

christophwitzko commented 3 years ago

Hi @hazcod, instead of a .version file, a .version-unreleased file is created.