Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 859 Bytes

File metadata and controls

23 lines (18 loc) · 859 Bytes

Before version tagging

  • poetry lock --no-cache to ensure a complete lock file
  • Update all translations
  • Check if dependencies can be published on pypi if possible (not possible for git commit hash dependencies)

Version tag

  • ensure new version is in init on main branch
  • tag the main commit with the version

After version tagging