git-commit-stamper
Version:
Updates a log file with selected last git commit data
9 lines • 344 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const async_last_commit_1 = require("./async-last-commit");
async function handleTags() {
// @ts-ignore
console.log(JSON.stringify(await async_last_commit_1.getTheLastCommit(), 0, 2));
}
exports.handleTags = handleTags;
//# sourceMappingURL=handle-tags.js.map