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