From e5e9e51a12eef0e4421448a387b9efc6c18eaa59 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Tue, 18 Jan 2022 15:27:17 +0800 Subject: [PATCH] :wrench: Chore: add commands fixit_checker.sh --- CHANGELOG.md | 1 + fixit_checker.sh | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 fixit_checker.sh diff --git a/CHANGELOG.md b/CHANGELOG.md index 59b97d73..cf4afaea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ - :bug: Fix: toc display error without content header ([#21](https://github.com/Lruihao/FixIt/issues/21)) - :lipstick: Style: change scroll-behavior to smooth, header style, footer style etc. - :pencil: Docs: improve demo site documentation ([#37](https://github.com/Lruihao/FixIt/issues/37)) +- :wrench: Chore: add commands fixit_checker.sh - :wrench: Chore: minify static images - :wrench: Chore(i18n): change some translations - :arrow_up: Chore: update all third-party libraries diff --git a/fixit_checker.sh b/fixit_checker.sh new file mode 100644 index 00000000..485a0c39 --- /dev/null +++ b/fixit_checker.sh @@ -0,0 +1,5 @@ +echo "Checking for FixIt updates ..." +cd ../.. +git submodule update --remote +git add themes/FixIt +git commit -m ":arrow_up: Chore: update FixIt theme version" \ No newline at end of file