Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 616 Bytes

RELEASING.md

File metadata and controls

38 lines (31 loc) · 616 Bytes

Releasing clld/ldh

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>"
(appconfig)$ fab deploy:production