Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 441 Bytes

DEVELOPMENT.md

File metadata and controls

10 lines (8 loc) · 441 Bytes

DEVELOPMENT

Publishing

  1. Tag master branch git tag v0.0.0 and git push --tags
  2. Visit https://github.com/dotenvx/python-dotenvx/tags
  3. Click '...' > 'Create Release' next to the new tag
  4. Put changelog details in body and name release by the same tag v0.0.0
  5. Click 'Publish release'
  6. .github/workflows/python-publish.yml will take care of publishing the latest version