Skip to content

Commit

Permalink
Add zest.releaser.
Browse files Browse the repository at this point in the history
  • Loading branch information
fulv committed Jun 19, 2018
1 parent 51798a5 commit 3294cb3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions buildout.cfg
Expand Up @@ -14,6 +14,7 @@ parts +=
createcoverage
i18ndude
rebuild_i18n-sh
releaser

[code-analysis]
recipe = plone.recipe.codeanalysis[recommended]
Expand All @@ -28,6 +29,10 @@ return-status-codes = False
recipe = zc.recipe.egg
eggs = i18ndude

[releaser]
recipe = zc.recipe.egg
eggs = zest.releaser

[versions]
# use latest version of coverage
coverage =
11 changes: 11 additions & 0 deletions versions-5.1.x.cfg
Expand Up @@ -45,3 +45,14 @@ plone.principalsource = 1.0
# Required by:
# flake8-isort==2.5
testfixtures = 6.2.0

# Added by buildout at 2018-06-19 17:20:46.305468
chardet = 3.0.4
coverage = 4.5.1
idna = 2.6
pkginfo = 1.4.2
requests-toolbelt = 0.8.0

# Required by:
# zest.releaser==6.14.0
colorama = 0.3.9

0 comments on commit 3294cb3

Please sign in to comment.