Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
zomglings opened this issue Oct 22, 2020 · 0 comments
Open

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

zomglings opened this issue Oct 22, 2020 · 0 comments

Comments

@zomglings
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant