Files
doneit-web/version/git-version.ts
T
2024-06-21 16:38:19 +01:00

11 lines
931 B
TypeScript

export let versionData = {
"shortSHA": "4d400e1f8",
"SHA": "4d400e1f8b8b8354f5fa9e71986815e684de517c",
"branch": "feature/agenda-api-peter",
"lastCommitAuthor": "'Peter Maquiran'",
"lastCommitTime": "'Fri Jun 21 14:35:50 2024 +0100'",
"lastCommitMessage": "add husky",
"lastCommitNumber": "5832",
"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: .husky/pre-commit\n\tmodified: version/git-version.js\n\tmodified: version/git-version.ts\n\nChanges not staged for commit:\n (use \"git add <file>...\" to update what will be committed)\n (use \"git restore <file>...\" to discard changes in working directory)\n\tmodified: version/git-version.ts",
"changeAuthor": "peter.maquiran"
}