Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/d-place/pydplace
Browse files Browse the repository at this point in the history
  • Loading branch information
xrotwang committed Aug 15, 2024
2 parents fe3229d + a36e17f commit 88ee933
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,20 @@ 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
```

Now inspect the changes and add a corresponding section to `CHANGELOG.md`.

```shell
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 Expand Up @@ -89,4 +94,4 @@ $ csvgrep -c Var_ID -m AnnualMeanTemperature cldf/data.csv | csvstat -c Value
21,619 (5x)

Row count: 1988
```
```

0 comments on commit 88ee933

Please sign in to comment.