Skip to content

Commit

Permalink
fix(changelog): add date to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
azlam-abdulsalam committed Jul 20, 2023
1 parent 28e20e6 commit 4ac6813
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export default class OrgsUpdater {
if (indexOfReleaseToOrg >= 0) {
// Update release names in releases to org
org.releases[indexOfReleaseToOrg] = this.idOfReleaseWithMatchingHashId;
org.releases[indexOfReleaseToOrg].date = new Date().toUTCString();
} else {
// Add releaseId in releases to org
org.releases.push(this.idOfReleaseWithMatchingHashId);
Expand Down

0 comments on commit 4ac6813

Please sign in to comment.