Files
doneit-web/version/git-version.ts
T
2024-09-13 15:39:29 +01:00

11 lines
719 B
TypeScript

export let versionData = {
"shortSHA": "722e272ac",
"SHA": "722e272acd0640050d2c50103357f1f5cc8d0685",
"branch": "feature/chat-new-api-peter",
"lastCommitAuthor": "'Peter Maquiran'",
"lastCommitTime": "'Fri Sep 13 15:37:25 2024 +0100'",
"lastCommitMessage": "update socket connection",
"lastCommitNumber": "6074",
"changeStatus": "On branch feature/chat-new-api-peter\nYour branch is ahead of 'origin/feature/chat-new-api-peter' by 2 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: src/app/pages/login/login.page.ts\n\tmodified: version/git-version.ts",
"changeAuthor": "peter.maquiran"
}