Skip to content

Commit e1138fe

Browse files
committed
chore(scripts): do not include time in tracking-plan.md COMPASS-8789
This otherwise results in a lot of small, meaningless commits like ea31fab.
1 parent e147d7e commit e1138fe

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

scripts/generate-tracking-plan.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -322,15 +322,10 @@ function generateMarkdownPlan(
322322
day: 'numeric',
323323
});
324324

325-
const formattedTime = now.toLocaleTimeString('en-US', {
326-
hour: '2-digit',
327-
minute: '2-digit',
328-
});
329-
330325
const markdown = `
331326
# Compass Tracking Plan
332327
333-
Generated on ${formattedDate} at ${formattedTime}
328+
Generated on ${formattedDate}
334329
335330
## Table of Contents
336331
${toc}

0 commit comments

Comments
 (0)