Files
doneit-web/version/git-version.ts
T
2023-08-03 13:04:58 +01:00

12 lines
778 B
TypeScript

export let versionData = {
"shortSHA": "c96aad213",
"SHA": "c96aad2136d71846600d94c92d4a2f82439a0e3c",
"branch": "developer",
"lastCommitAuthor": "'Eudes Inácio'",
"lastCommitTime": "'Mon Jul 31 16:58:36 2023 +0100'",
"lastCommitMessage": "pull made and remove time from notification erro",
"lastCommitNumber": "5133",
"change": "",
"changeStatus": "On branch developer\nYour branch is ahead of 'origin/developer' by 8 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/modals/profile/profile.page.ts\n\tmodified: src/app/pages/login/login.page.ts\n\tmodified: src/app/services/notifications.service.ts",
"changeAuthor": "eudes.inacio"
}