/[osn-commons]/trunk/git/genchangelog
ViewVC logotype

Diff of /trunk/git/genchangelog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 33 by rakinar2, Sun Aug 4 13:06:22 2024 UTC revision 34 by rakinar2, Thu Aug 8 18:23:21 2024 UTC
# Line 172  function generateChangelog(commits) { Line 172  function generateChangelog(commits) {
172          const key = `${commit.createdAt          const key = `${commit.createdAt
173              .getUTCDate()              .getUTCDate()
174              .toString()              .toString()
175              .padStart(2, 0)}-${commit.createdAt              .padStart(2, 0)}-${(commit.createdAt.getUTCMonth() + 1)
             .getUTCMonth()  
176              .toString()              .toString()
177              .padStart(2, "0")}-${commit.createdAt.getUTCFullYear()}::${              .padStart(2, "0")}-${commit.createdAt.getUTCFullYear()}::${
178              Array.isArray(commit.author)              Array.isArray(commit.author)

Legend:
Removed from v.33  
changed lines
  Added in v.34

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26