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
Running the following command always throws an error: rdme versions:create 2023-08-24 --isPublic=true --main=true --fork=1 --beta=false --deprecated=false
The error message states: Unknown error (Version validation failed: is_stable: Your stable version cannot be hidden.).
Same problem appears when updating an existing version with: rdme versions:update 2023-08-24 --main=true --newVersion=2023-08-24 --beta=false --isPublic=true
How can I mark a new version as the main version?
The text was updated successfully, but these errors were encountered:
This bug seems to be introduced with the latest version 8.6.5 in 8.6.4 this problem does not appear.
svrnwnsch
changed the title
impossible to create a main version with versions:create or version:update and --main=true
impossible to create a main version with versions:create or version:update and --main=true in 8.6.5
Aug 24, 2023
Running the following command always throws an error:
rdme versions:create 2023-08-24 --isPublic=true --main=true --fork=1 --beta=false --deprecated=false
The error message states:
Unknown error (Version validation failed: is_stable: Your stable version cannot be hidden.).
Same problem appears when updating an existing version with:
rdme versions:update 2023-08-24 --main=true --newVersion=2023-08-24 --beta=false --isPublic=true
How can I mark a new version as the main version?
The text was updated successfully, but these errors were encountered: