Commit graph

10 commits

Author SHA1 Message Date
bom
167eec4620 Make services testable 2023-02-22 10:57:24 +01:00
f94d1879dc Implement release type calculation 2023-02-22 10:27:07 +01:00
bom
0f4899bf39 Fix typos in services.py 2023-02-22 09:59:16 +01:00
6883435248 Refactor for code consistency 2023-02-21 15:52:09 +01:00
c137344932 Implement bump release 2023-02-20 16:21:02 +01:00
fa7e10d3ce Implement creation of bump version 2023-02-20 15:50:58 +01:00
eb998cfdbb Implement creation of release version 2023-02-20 14:45:15 +01:00
ecdea88a6b Refactor version variable
Avoid ambiguous variable names.
We are handling a version list and a version string.
2023-02-20 13:47:14 +01:00
88c3acb73c WIP Create version repo in services with classmethod
The goal is to create a single version_repo object for each
file loaded. In that way we may avoid loading the file for loading
and writing.
2023-02-20 13:33:28 +01:00
38c7aa97ca Prepare services.py 2023-02-16 16:55:01 +01:00