release: 1.8.12
This commit is contained in:
parent
67d5ddbae9
commit
e6ebb0f9f4
4 changed files with 8 additions and 8 deletions
|
@ -3,7 +3,7 @@ plugins {
|
|||
}
|
||||
|
||||
|
||||
version = "1.8.11"
|
||||
version = "1.8.12"
|
||||
group = "org.domaindrivenarchitecture.buildtest"
|
||||
|
||||
|
||||
|
|
10
build.py
10
build.py
|
@ -7,7 +7,7 @@ name = "buildtest"
|
|||
MODULE = "release"
|
||||
PROJECT_ROOT_PATH = "."
|
||||
|
||||
version = "1.8.11"
|
||||
version = "1.8.12"
|
||||
|
||||
|
||||
@init(environments=["local"])
|
||||
|
@ -45,7 +45,7 @@ def initialize2(project):
|
|||
def patch(project):
|
||||
"""
|
||||
updates version to next patch level, creates a tag, creates new SNAPSHOT version,
|
||||
commits primary build file (build.gradle) and pushes to remote
|
||||
commits build files (primary and secondary) and pushes to remote
|
||||
"""
|
||||
linttest(project, "PATCH")
|
||||
release(project)
|
||||
|
@ -55,7 +55,7 @@ def patch(project):
|
|||
def patch_local(project):
|
||||
"""
|
||||
updates version to next patch level,
|
||||
commits primary build file (build.gradle), DOES NOT push to remote
|
||||
commits build files (primary and secondary), DOES NOT push to remote
|
||||
"""
|
||||
linttest(project, "PATCH")
|
||||
prepare(project)
|
||||
|
@ -65,7 +65,7 @@ def patch_local(project):
|
|||
def minor(project):
|
||||
"""
|
||||
updates version to next minor level, creates a tag, creates new SNAPSHOT version,
|
||||
commits primary build file (build.gradle) and pushes to remote
|
||||
commits build files (primary and secondary) and pushes to remote
|
||||
"""
|
||||
linttest(project, "MINOR")
|
||||
release(project)
|
||||
|
@ -75,7 +75,7 @@ def minor(project):
|
|||
def major(project):
|
||||
"""
|
||||
updates version to next major level, creates a tag, creates new SNAPSHOT version,
|
||||
commits primary build file (build.gradle) and pushes to remote
|
||||
commits build files (primary and secondary) and pushes to remote
|
||||
"""
|
||||
linttest(project, "MAJOR")
|
||||
release(project)
|
||||
|
|
|
@ -33,7 +33,7 @@ default_task = "dev"
|
|||
name = "ddadevops"
|
||||
MODULE = "not-used"
|
||||
PROJECT_ROOT_PATH = "."
|
||||
version = "1.8.11"
|
||||
version = "1.8.12"
|
||||
summary = "tools to support builds combining gopass, terraform, dda-pallet, aws & hetzner-cloud"
|
||||
description = __doc__
|
||||
authors = [Author("meissa GmbH", "buero@meissa-gmbh.de")]
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "c4k-jira",
|
||||
"description": "Generate c4k yaml for a jira deployment.",
|
||||
"author": "meissa GmbH",
|
||||
"version": "1.8.11",
|
||||
"version": "1.8.12",
|
||||
"homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-jira#readme",
|
||||
"repository": "https://www.npmjs.com/package/c4k-jira",
|
||||
"license": "APACHE2",
|
||||
|
|
Loading…
Reference in a new issue