-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(versions/update): various edge cases (#965)
| 🚥 Resolves readmeio/readme#10989 | | :------------------- | ## 🧰 Changes Client-side fixes for readmeio/readme#10989: - [x] Always includes `version` in body payload for `PUT /version` requests - [x] When updating stable version, certain flag prompts (`hidden`, `deprecated`) are now properly skipped since it's impossible to set those flags on the stable version. ## 🧬 QA & Testing Added more test coverage to ensure that these edge cases are accounted for.
- Loading branch information
1 parent
f1fe8b1
commit 580e307
Showing
3 changed files
with
57 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters