https://kedro.org/ logo
#questions
Title
# questions
o

Olivier Ho

02/21/2023, 10:48 AM
hello! Is there a way to autoincrement micropackage version?
d

datajoely

02/21/2023, 10:49 AM
No, I don’t think so. If we built it how would you like it to work?
o

Olivier Ho

02/21/2023, 10:59 AM
well, i see a few possible workflow: • the simplest way to see it would be to check for a VERSION file in the directory though this way is pretty much full manual and only saves a few click (though we could use something like PSR to autoupdate version number, issues are that all micropackages will have the same version number) • we could check in the destination folder if there is already a version of the same micropackage and then increment but it has the issues of possible duplicate