Skip to content

Pull requests into main branch should check for semver bump #25

Description

@zomglings

The logic is simple - we should:

  1. pip install locust from PyPI
  2. get the version of the PyPI locust
  3. compare it to the version of the locust in the PR
  4. if the locust version from the PR is not semver greater than the version of locust from PyPI, fail the check

We should add a console_scripts entry for locust.version in setup.py.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions