Files
doneit-web/version/git-version.ts
T
2024-09-12 19:40:57 +01:00

11 lines
743 B
TypeScript

export let versionData = {
"shortSHA": "82d6a15d5",
"SHA": "82d6a15d5e574f5a0a2af6e285c8aa2f0f01198a",
"branch": "feature/agenda-api-peter",
"lastCommitAuthor": "'Peter Maquiran'",
"lastCommitTime": "'Thu Sep 12 18:57:45 2024 +0100'",
"lastCommitMessage": "add new endpoint to save and get draft",
"lastCommitNumber": "5903",
"changeStatus": "On branch feature/agenda-api-peter\nYour branch is ahead of 'origin/feature/agenda-api-peter' by 3 commits.\n (use \"git push\" to publish your local commits)\n\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: doc/architecture.md\n\tnew file: doc/version.md\n\tmodified: version/git-version.ts",
"changeAuthor": "peter.maquiran"
}