From eb1a9b79aca4b55540246e3c6e5bda5d15062f73 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 4 Aug 2024 11:37:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=9B=B4=E6=96=B0=E6=89=A7=E8=A1=8C?= =?UTF-8?q?=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/genlog.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/genlog.sh b/bin/genlog.sh index d59c949..ab390b8 100644 --- a/bin/genlog.sh +++ b/bin/genlog.sh @@ -8,7 +8,7 @@ TYPE_TITLE_MAP=(新增 修改 重构 样式 文档 其他 构建 持续集成 NOW=$(date "+%F %H:%M") # 起始日期 SINCE="last.Monday" -# 终止日期 +# 终止日期 UNTIL=$(date +%F) # 是否覆盖文件,默认否 FOUCE=0