From ca8003366dc77826f3acf439b03e4c82deffd59c Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Tue, 21 May 2019 10:02:08 -0400 Subject: [PATCH] Update CONTRIBUTING.rst (#262) Supported py versions are 2.7, 3.6, 3.7 now. Point to github wiki for info on making releases. --- CONTRIBUTING.rst | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 5c46001..dbc4e86 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -102,7 +102,7 @@ Before you submit a pull request, check that it meets these guidelines: 2. If the pull request adds functionality, the docs should be updated. Put your new functionality into a function with a docstring, and add the feature to the list in README.rst. -3. The pull request should work for Python 2.7, 3.4, 3.5 and 3.6, and for PyPy. Check +3. The pull request should work for Python 2.7, 3.6, and 3.7, and for PyPy. Check https://travis-ci.com/ansible/mazer/pull_requests and make sure that the tests pass for all supported Python versions. @@ -114,15 +114,7 @@ To run a subset of tests:: $ py.test tests.test_ansible_galaxy_cli -Deploying +Releasing --------- -A reminder for the maintainers on how to deploy. -Make sure all your changes are committed (including an entry in CHANGELOG.rst). -Then run:: - -$ bumpversion patch # possible: major / minor / patch -$ git push -$ git push --tags - -Travis will then deploy to PyPI if tests pass. +See https://github.com/ansible/mazer/wiki/Making-a-release-of-mazer