mapcomplete/scripts/printVersion.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
124 B
TypeScript
Raw Normal View History

2021-05-13 13:25:03 +02:00
import Constants from "../Models/Constants";
console.log("git tag -a", Constants.vNumber, `-m "Deployed on ${new Date()}"`)