Merge pull request #20 from RightBrain-Networks/feature/upgrade-to-bump2version

Feature/upgrade to bump2version
This commit is contained in:
Derek DeJonghe 2019-11-25 17:34:31 -05:00 committed by GitHub
commit 5bc21308bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

View File

@ -3,7 +3,6 @@ current_version = 0.0.0
commit = False
tag = True
tag_name = {new_version}
tag_message = Bump version: {current_version} -> {new_version}
[bumpversion:file:semver/__init__.py]
search = version = '0.0.0'

2
Jenkinsfile vendored
View File

@ -87,8 +87,6 @@ pipeline {
}
post {
always {
removeDockerImages()
cleanWs()
}
}