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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user