Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 376 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (10 loc) · 376 Bytes

Contributing to bxlogs

Making a release

  1. Update the CHANGELOG
  2. Update the version in pyproject.toml and in bxlogs.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