Skip to content

Latest commit

 

History

History
29 lines (28 loc) · 683 Bytes

RELEASING.md

File metadata and controls

29 lines (28 loc) · 683 Bytes

Releasing the ElCat CLDF data

  1. Remove the results of the last web-crawl:
    rm -rf raw/html
  2. Crawl the website:
    cldfbench download cldfbench_elcat.py
  3. Re-create the CLDF data:
    cldfbench makecldf --with-zenodo --with-cldfreadme cldfbench_elcat.py --glottolog-version v4.7
  4. Validate the data:
    pytest
  5. Make sure an SQLite database can be created:
    rm -f elcat.sqlite
    cldf createdb cldf/StructureDataset-metadata.json elcat.sqlite
  6. Re-create the README:
    cldfbench readme cldfbench_elcat.py
  7. Commit, tag, push.
  8. Create a release on GitHub