1
0
Fork 0
salty-dog/src/version.ts

15 lines
263 B
TypeScript

export const VERSION_INFO = {
app: {
name: '{{ APP_NAME }}',
},
build: {
job: '{{ BUILD_JOB }}',
node: '{{ NODE_VERSION }}',
runner: '{{ BUILD_RUNNER }}',
},
git: {
branch: '{{ GIT_BRANCH }}',
commit: '{{ GIT_COMMIT }}',
},
};