Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 475 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (9 loc) · 475 Bytes

Release Process

  • make changelog
  • Update locust/__init__.py with new version number: __version__ = "VERSION"
  • Make git tag
  • Push git tag
  • Update Automated Builds configuration in Docker Hub so that the newly created git tag is built as the "latest" docker tag