diff --git a/buildout.cfg b/buildout.cfg index 721109c..69058dd 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -8,6 +8,7 @@ package-directory = plone/app/discussion parts += omelette test + releaser zopepy sphinxbuilder sphinxupload @@ -33,6 +34,10 @@ recipe = collective.xmltestreport eggs = ${buildout:package-name} [test] defaults = ['--auto-color', '--auto-progress'] +[releaser] +recipe = zc.recipe.egg +eggs = jarn.mkrelease + [zopepy] recipe = zc.recipe.egg eggs = ${instance:eggs}