Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 392 Bytes

RELEASES.md

File metadata and controls

18 lines (11 loc) · 392 Bytes

How to prepare a new release

  • Update the version number in the following files:

    • pyproject.toml

    • instrumentdb/__init__.py

    • CHANGELOG.md (be sure to leave an empty HEAD title at the top);

  • Export the requirements:

    poetry export > requirements.txt
    
  • Create a .tar.gz file and upload it to the GitHub release page.