change primary and secondary release files

This commit is contained in:
ansgarz 2024-01-12 11:14:48 +01:00
parent 3802c8f5ea
commit b3d2d79911

View file

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