Skip to content

Commit

Permalink
fix: remove redundant data
Browse files Browse the repository at this point in the history
  • Loading branch information
RSS1102 committed Nov 14, 2024
1 parent 659fa61 commit 0a0f79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/auto-release/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export function getReleaseData() {
let START_DATE = '';
let END_DATE = '';

const today = new Date('2024-06-01');
const today = new Date();

// 获取昨天的日期并且只取年月日格式化成'yyyy-mm-dd'
const someDaysAgo = new Date(today);
Expand Down

0 comments on commit 0a0f79d

Please sign in to comment.