-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
readmeio-sync does not currently sync versions.
Repro Steps
- Create a production project with versions
v1.0andv2.0. - Download that product using
init. - Create a staging project with only a
v1.0. - Try to sync the local files to the staging site.
Result: There's a fatal error because the tool tries to access data for a version that does not exist.
Fixing
- Check that version data exists before accessing it - fail gracefully.
- Implement syncing of versions.
Metadata
Metadata
Assignees
Labels
No labels