Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 415 Bytes

RELEASE.md

File metadata and controls

17 lines (13 loc) · 415 Bytes

Release information

make release

  • update ontologies via ontology.update_ontology_files()

  • update release notes in release-notes with commit

  • make sure all tests run (tox -p)

  • bump version (bumpversion [major|minor|patch])

  • git push --tags (triggers release)

  • git push

  • test installation in virtualenv from pypi

mkvirtualenv test --python=python3.11
(test) pip install pymetadata