Skip to content

Commit

Permalink
fix:更新执行权限
Browse files Browse the repository at this point in the history
  • Loading branch information
zoujingli committed Aug 4, 2024
1 parent eb1a9b7 commit 634277b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/genlog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ TYPE_TITLE_MAP=(新增 修改 重构 样式 文档 其他 构建 持续集成
NOW=$(date "+%F %H:%M")
# 起始日期
SINCE="last.Monday"
# 终止日期
# 终止日期
UNTIL=$(date +%F)
# 是否覆盖文件,默认否
FOUCE=0
Expand Down

0 comments on commit 634277b

Please sign in to comment.