-
Notifications
You must be signed in to change notification settings - Fork 327
Closed
Description
Describe the bug
The version 1.19.0 is listed as a prerelease. This prevents publishing a release version with version number 1.19.0, since it would have the same version number as the prerelease. This also prevents further prereleases of 1.19.0 from being published, since they will also have the same version number.
Expected Behavior
The version of all prereleases should end with the git hash.
Current Behavior
Prereleases are published with the version number in the package.json, which doesn't include the git hash.
Steps to Reproduce
Observe the results of a CI run on the main branch which attempts to publish a prerelease.
Environment
GitHub Actions CI.yaml
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels