Closed
Description
As of https://github.com/semantic-release/semantic-release/blob/master/docs/usage/configuration.md?plain=1#L91 the property prerelease can be used to configure a prerelease. If you set this property to false the prerelease is still created if the other conditions are met. With this PR you can set prerelease to false and no prerelease is created.
Fix: #863