diff --git a/build.gradle b/build.gradle index 5083a0c..b58ca38 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { } -version = "1.8.11" +version = "1.8.12" group = "org.domaindrivenarchitecture.buildtest" diff --git a/build.py b/build.py index 4a59cc6..5d219cf 100644 --- a/build.py +++ b/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) diff --git a/build_to_test.py b/build_to_test.py index 90e9366..7286af9 100644 --- a/build_to_test.py +++ b/build_to_test.py @@ -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")] diff --git a/package.json b/package.json index 81f0219..70cb8f4 100644 --- a/package.json +++ b/package.json @@ -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",