Improved set-version tool & set version

This commit is contained in:
2022-12-03 23:42:23 +01:00
parent 099a51ed93
commit b02aebef35
15 changed files with 65 additions and 50 deletions

View File

@@ -1,6 +1,7 @@
from git import Repo, DiffIndex
import os
from cpl_core.environment import ApplicationEnvironmentABC
from git import Repo
class GitService: