locust/.github/CONTRIBUTING.md

475 B

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