0.3 - Log Befehl (#44) #125

Merged
Ebola-Chan merged 5 commits from #44 into 0.3 2022-11-17 23:03:33 +01:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit e6fc41090a - Show all commits

View File

@ -21,8 +21,10 @@
"Scripts": {
"sv": "cpl set-version",
"set-version": "cpl run set-version $ARGS; echo '';",
edraft marked this conversation as resolved Outdated

why?

why?
"gv": "cpl get-version",
"get-version": "export VERSION=$(cpl run get-version); echo $VERSION;",
"pre-build": "cpl set-version $ARGS",
edraft marked this conversation as resolved Outdated

why?

why?
"post-build": "cpl run post-build",

View File

@ -22,9 +22,7 @@
"cpl-cli>=2022.10.0"
],
"PythonVersion": ">=3.10.6",
"PythonPath": {
"win32": ""
},
"PythonPath": {},
"Classifiers": []
edraft marked this conversation as resolved
Review

rausnehmen pls

rausnehmen pls
},
"BuildSettings": {