1
0
mirror of https://github.com/ansible/mazer.git synced 2026-02-05 03:45:31 +01:00

Update CONTRIBUTING.rst (#262)

Supported py versions are 2.7, 3.6, 3.7 now.
Point to github wiki for info on making releases.
This commit is contained in:
Adrian Likins
2019-05-21 10:02:08 -04:00
committed by GitHub
parent 67a3c4329d
commit ca8003366d

View File

@@ -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