From 2d0c4959514d7b0d061f86b981f3d1de2f790ae5 Mon Sep 17 00:00:00 2001 From: Robert Forkel Date: Fri, 21 Jun 2024 11:41:57 +0200 Subject: [PATCH] bit of docs --- RELEASING.md | 3 +++ 1 file changed, 3 insertions(+) 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 ```