release: 1.9.1
This commit is contained in:
parent
c356ddf7e3
commit
d48206f88c
4 changed files with 7 additions and 7 deletions
|
@ -3,7 +3,7 @@ plugins {
|
|||
}
|
||||
|
||||
|
||||
version = "1.9.1-SNAPSHOT"
|
||||
version = "1.9.1"
|
||||
group = "org.domaindrivenarchitecture.buildtest"
|
||||
|
||||
|
||||
|
|
8
build.py
8
build.py
|
@ -7,14 +7,14 @@ name = "buildtest"
|
|||
MODULE = "release"
|
||||
PROJECT_ROOT_PATH = "."
|
||||
|
||||
version = "1.9.1-dev"
|
||||
version = "1.9.1"
|
||||
|
||||
|
||||
@init(environments=["local"])
|
||||
@init(environments=["na"])
|
||||
def initialize1(project):
|
||||
"""
|
||||
to avoid prompt for gopass; ONLY to be used for local tasks
|
||||
usage: with option "-E local" , e.g. "pyb -E local patch_local"
|
||||
to avoid prompt for gopass if no artifacts need to be uploaded
|
||||
usage: with option "-E ng" , e.g. "pyb -E na patch_local"
|
||||
"""
|
||||
os.environ["RELEASE_ARTIFACT_TOKEN"] = "dummy" # avoids prompt for RELEASE_ARTIFACT_TOKEN
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ default_task = "dev"
|
|||
name = "ddadevops"
|
||||
MODULE = "not-used"
|
||||
PROJECT_ROOT_PATH = "."
|
||||
version = "1.9.1-dev"
|
||||
version = "1.9.1"
|
||||
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.9.1-SNAPSHOT",
|
||||
"version": "1.9.1",
|
||||
"homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-jira#readme",
|
||||
"repository": "https://www.npmjs.com/package/c4k-jira",
|
||||
"license": "APACHE2",
|
||||
|
|
Loading…
Reference in a new issue