Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xrotwang authored Aug 14, 2024
1 parent f58a0a5 commit a36e17f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pytest
### Release workflow

```shell
cldfbench makecldf --glottolog-version v4.8 --with-cldfreadme cldfbench_<id>.py
cldfbench makecldf --glottolog-version v5.0 --with-cldfreadme cldfbench_<id>.py
pytest
```

Expand All @@ -64,9 +64,9 @@ cldfbench zenodo --communities dplace cldfbench_<id>.py
cldfbench cldfviz.map cldf --pacific-centered --format png --width 20 --output map.png --with-ocean --no-legend
cldfbench readme cldfbench_<id>.py
dplace check cldfbench_<id>.py
git commit -a -m"release v3.0"
git commit -a -m"release v3.1"
git push origin
dplace release cldfbench_<id>.py v3.0
dplace release cldfbench_<id>.py v3.1
```

Then create a release on GitHub, thereby pushing the repos to Zenodo.
Expand Down

0 comments on commit a36e17f

Please sign in to comment.