Files
doneit-web/version/git-version.ts
T
2023-09-09 14:40:08 +01:00

12 lines
790 B
TypeScript

export let versionData = {
"shortSHA": "fb1bd07ad",
"SHA": "fb1bd07ad0a5ba460b84408f87a08f72604cb41f",
"branch": "developer-prod",
"lastCommitAuthor": "'Eudes Inácio'",
"lastCommitTime": "'Wed Sep 6 21:23:21 2023 +0100'",
"lastCommitMessage": "a lot of changes",
"lastCommitNumber": "5257",
"change": "",
"changeStatus": "On branch developer-prod\nYour branch is up to date with 'origin/developer-prod'.\n\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/modals/create-process/create-process.page.html\n\tmodified: src/app/modals/profile/edit-profile/edit-profile.page.ts\n\tmodified: src/app/modals/profile/profile.page.ts\n\tmodified: src/app/shared/header/header.page.ts",
"changeAuthor": "eudes.inacio"
}