Build dev8 & improved set-version change handling
This commit is contained in:
@@ -64,7 +64,10 @@ class Application(ApplicationABC):
|
||||
|
||||
diff_paths = []
|
||||
for file in self._git_service.get_diff_files():
|
||||
diff_paths.append(os.path.basename(os.path.dirname(file)))
|
||||
if '/' in file:
|
||||
diff_paths.append(file.split('/')[1])
|
||||
else:
|
||||
diff_paths.append(os.path.basename(os.path.dirname(file)))
|
||||
|
||||
try:
|
||||
for project in self._workspace.projects:
|
||||
|
@@ -16,7 +16,7 @@
|
||||
"LicenseName": "MIT",
|
||||
"LicenseDescription": "MIT, see LICENSE for more details.",
|
||||
"Dependencies": [
|
||||
"cpl-core>=2022.6.17.dev7",
|
||||
"cpl-core>=2022.6.17.dev8",
|
||||
"gitpython==3.1.27"
|
||||
],
|
||||
"PythonVersion": ">=3.10.4",
|
||||
|
Reference in New Issue
Block a user