- Optionally add prefix text to commit messages. This can be used ensure your messages follow some regular expression.
To activate this, add
prefix-message = [TAG]
to a[zest.releaser]
section in thesetup.cfg
of your package, or your global~/.pypirc
. Or add your favorite geeky quotes there. [LvffY]
- Bug 381: In
prerelease
, check withpep440
if the version is canonical. Addedpep440
to therecommended
extra, not to the core dependencies:zest.releaser
can also be used for non-Python projects. [maurits]
- Add
--headless
option tolongtest
.
Big cleanup to ease future development:
- Removed support for Subversion (
svn
), Bazaar (bzr
), Mercurial (hg
). - Removed support for Python 2 and 3.5.
- Added support for Python 3.9 and 3.10.
- Tested with Python 3.6-3.10 plus PyPy3.
- Switched from Travis to GitHub Actions.
- Simplified running commands by using
subprocess.run
.