diff --git a/RELEASING.md b/RELEASING.md index 58b21a6..3673921 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -1,14 +1,17 @@ # Releasing +Recreate the CLDF dataset: ```shell cldfbench download cldfbench_languageatlasofthepacificarea.py cldfbench makecldf cldfbench_languageatlasofthepacificarea.py --glottolog-version v5.0 ``` +Run the consistency checks on the dataset: ```shell pytest ``` +Create the metadata for Zenodo: ```shell cldfbench zenodo cldfbench_languageatlasofthepacificarea.py ```