Releases: evansde77/cirrus
Release 0.2.41
Release 0.2.40
Adds support for
- Overriding gitconfig location via CIRRUS_GITCONFIG env variable
- Prefixing the package name in docker tags for example //:tag using package_prefix in the docker section of cirrus.conf
Release 0.2.38
Fix bug in tox.ini template that had a py3.6 format instead of py36 and made tox default to using system python for all test envs
Release 0.2.37
Pin twine to 1.11.0 while fixing #211 bug
Release 0.2.36
Default to adding gitignore to new packages in git cirrus package init command
Release 0.2.35
Add --skip-existing option to release new to avoid conflicts with pending/abandoned releases
Improve the release status command to list unmerged releases when on develop or master rather than try to work out status for those branches as if they were release branches
Release 0.2.34
Bugfix for conda -V writing to stderr instead of stdout
Release 0.2.33
Bugfix for package command writing gitignore file in python3
Release 0.2.32
Allow dashes in the pypi-package-name arg in the package command
Fix some overlooked python2-3 changes in the plusone command
Release 0.2.31
Refactor of the cirrus qc command to be more plugin based, with support for pep8/pycodestyle, pyflakes, pylint and coverage in the qc command that can be used to verify code quality for the repo and use it as a barrier for CI processes if metrics drop below thresholds configured in the cirrus.conf file for the package.