2.14.0
d-ryan-ashcraft
released this
09 May 14:45
·
64 commits
to dev
since this release
Overview
Added:
- Support to target
dev
releases to a development repository (similar to Maven release vs. SNAPSHOT versions) - Support Python linting to capture any issues and errors
Breaking Changes
- Linting on behave tests will break without the following
import
change:
- from behave import *
+ from behave import given, when, then # pylint: disable=no-name-in-module
Major Documentation Additions
pypiUploadSuffix
useDevRepository
devRepositoryId
devRepositoryUrl
devRepositoryUrlUploadSuffix
lintSource
testLintDisabledChecker
testLintEnabledChecker
sourceFailOnLintErrors
lintTest
testLintDisabledChecker
testLintEnabledChecker
testFailOnLintErrors
What's Changed
- #127 🚀 allow deployment of .dev.XXXX versions to a seperatate … by @d-ryan-ashcraft in #128
- #124 Add support for Python linting to check for issues before packaging by @liangyun123 in #125
New Contributors
- @liangyun123 made their first contribution in #125
Full Changelog: habushu-2.13.1...habushu-2.14.0