- add new uploads from Zenodo's ldh community:
ldh crawl
- recreate the database:
clld initdb development.ini
- Create downloads:
clld create_downloads development.ini ldh.clld.org
- Upload the downloads to CDSTAR:
clldmpg dl2cdstar --version=<version>
- Make sure the tests pass
pytest
- Commit and push all changes
git commit -a -m"release <version>"
- Create a release of ldh/ldh
- Deploy to https://ldh.clld.org
(appconfig)$ fab deploy:production