[TASK] Finish building first working release

This commit is contained in:
Philipp Dieter
2022-03-19 00:23:10 +01:00
parent 7df68dc0eb
commit 18061966d7
14 changed files with 163 additions and 7 deletions

1
check
View File

@@ -20,7 +20,6 @@ import semver
root = os.path.dirname(os.path.abspath(__file__))
config = json.loads(sys.stdin.read())
directory = sys.argv[1]
previous_version = False
if 'version' in config and 'version' in config['version']: