Skip to content

Commit

Permalink
Auto-generated summary:
Browse files Browse the repository at this point in the history
  Commit Date: 20240308194502
  File changes:
     auto_commit.sh | 2 +-
 pyproject.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
  • Loading branch information
Talbot3 committed Mar 8, 2024
1 parent 39f84c0 commit 5dda7a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion auto_commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sed -i '' -e "s/version = \".*\"/version = \"$new_version\"/" pyproject.toml
echo "Version updated to: $new_version"

# 获取提交日期
last_commit_date=$(timestamp)
last_commit_date=$(date +"%Y%m%d%H%M%S")
# 获取最近的文件变动
file_changes=$(git diff --stat)
# 生成 commit 消息
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pdf_regenerator"
version = "0.0.20240308194442"
version = "0.0.20240308194502"
authors = [{name="Talbot3",email="[email protected]"}]
description = "PDF Regenerator是一款开源辅助阅读工具,可帮助重新生成 有辅助信息的PDF 文件。"
readme = "README.md"
Expand Down

0 comments on commit 5dda7a2

Please sign in to comment.