allow eggs to have a release date

This commit is contained in:
Phillip Thelen
2024-06-10 14:11:38 +02:00
parent c2b370f4d3
commit 6d13a257dd
11 changed files with 144 additions and 87 deletions

View File

@@ -33,6 +33,10 @@ const memoize = fn => {
identifier = config.identifier;
}
}
if (identifier.length === 0) {
identifier = args.filter(arg => typeof arg === 'string').join('-');
}
}
if (!checkedDate) {
checkedDate = new Date();