You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When doing ./add-version <repo> <version> for a patch release of the repo that is semver-wise later than the new version the current file points to the patch release rather than staying with the latest version.
Additionally, although less problematically, when the patch release is added to the versions file it is added at the end of the file rather than being added at the semver-wise correct spot.
The text was updated successfully, but these errors were encountered:
When doing
./add-version <repo> <version>
for a patch release of the repo that is semver-wise later than the new version thecurrent
file points to the patch release rather than staying with the latest version.Additionally, although less problematically, when the patch release is added to the
versions
file it is added at the end of the file rather than being added at the semver-wise correct spot.The text was updated successfully, but these errors were encountered: