Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 400 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (10 loc) · 400 Bytes

Contributing to api-session

Making a release

  1. Update the CHANGELOG
  2. Update the version in pyproject.toml and in api_session/__init__.py
  3. Commit
  4. Push and wait for the CI job to succeed
  5. Tag with v followed by the version (e.g. git tag v1.1.1)
  6. Push the tag
  7. Wait for the CI job to finish