Skip to content

Latest commit

 

History

History
34 lines (33 loc) · 841 Bytes

File metadata and controls

34 lines (33 loc) · 841 Bytes

Releasing NoRaRe

  • make sure your clone of concepticon-data is checked out to the correct release tag
  • run norare download
    norare --repos ../concepticon-data/ --norarepo . download
  • run norare map
    norare --repos ../concepticon-data/ --norarepo . map
  • run validation
    norare --repos ../concepticon-data/ --norarepo . validate
  • report summary statistics
    norare --repos ../concepticon-data/ --norarepo . stats
  • make sure cldfbench makecldf succeeds.
  • create the release commit:
    git commit -a -m "release <VERSION>"
  • create a release tag:
    git tag -a v<VERSION> -m"<VERSION> release"
  • push to GitHub:
    git push origin
    git push --tags
  • create release on GitHub, making sure it is picked up by Zenodo