Slightly change scenario

main
bom 7 months ago
parent 300f214451
commit 64119bc813

@ -1,2 +1,2 @@
version = "3.3.2-dev"
version = "3.3.2-SNAPSHOT"

@ -16,8 +16,8 @@ def initialize(project):
"project_root_path": PROJECT_ROOT_PATH,
"build_types": [],
"mixin_types": ["RELEASE"],
"release_primary_build_file": "build_to_test.py",
"release_secondary_build_files": ["package.json", "project.clj", "build.gradle"],
"release_primary_build_file": "build.gradle",
"release_secondary_build_files": [],
"release_artifacts": ["README.md"],
"release_artifact_server_url": "https://repo.prod.meissa.de",
"release_organisation": "meissa",

Loading…
Cancel
Save