Skip to content

Commit

Permalink
Add some docs about zest.releaser integration
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Dec 31, 2015
1 parent 0236dfe commit 39e2f43
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.rst
Expand Up @@ -429,6 +429,14 @@ system:
Allows you to specify directories and/or files which you don't want to be
checked. Default is none.

zest.releaser plugin
====================

plone.recipe.codeanalysis integrates with `zest.releaser`_ on the pre-release stage.

It runs code-analysis, it shows the result to the user and it allows to write them on a ``status.rst``.

This file is meant to be used to add it on setup.py's long description so that it shows up on PyPI.

Known Issues
============
Expand Down Expand Up @@ -469,3 +477,4 @@ Upgrade JSHint to latest version (>= 2.1.6) to fix this issue, e.g.::
.. _`Unit testing framework documentation`: http://docs.python.org/2/library/unittest.html#deprecated-aliases
.. _`Mockup`: https://github.com/plone/mockup
.. _`jscs website`: https://www.npmjs.org/package/jscs
.. _`zest.releaser`: https://pypi.python.org/pypi/zest.releaser

0 comments on commit 39e2f43

Please sign in to comment.