Skip to content

Fix issue # 58 - #59

Open
umairvatao wants to merge 1 commit into
artiebits:masterfrom
umairvatao:master
Open

Fix issue # 58#59
umairvatao wants to merge 1 commit into
artiebits:masterfrom
umairvatao:master

Conversation

@umairvatao

Copy link
Copy Markdown

Also add randomized commit message

#58

@umairvatao umairvatao closed this May 2, 2026
@umairvatao umairvatao reopened this May 2, 2026
@joryleech

Copy link
Copy Markdown

The variable setting for dates here is UNIX specific.
Perhaps something like

await execFileAsync("git", ["commit", "--quiet", "-m", commitMessage], {
  env: {
    ...process.env,
    GIT_AUTHOR_DATE: date.toString(),
    GIT_COMMITTER_DATE: date.toString()
  }
});

would be more cross-platform.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants