diff --git a/README.md b/README.md index b98a975..7e8d8a3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![GitHub stars](https://img.shields.io/github/stars/sysu/better-thesis.svg?style=social&label=Star&maxAge=2592000)](https://github.com/sysu/better-thesis) -**[点击此处注册 typst.app 并创建你的论文工程](https://typst.app/app?template=modern-sysu-thesis&version=0.4.1)** +**[点击此处注册 typst.app 并创建你的论文工程](https://typst.app/app?template=modern-sysu-thesis&version=0.4.1) (强烈推荐非计算机学院校友就此开始)** 本科生模板已经符合学位论文格式要求(~~[#6](https://gitlab.com/sysu-gitlab/thesis-template/better-thesis/-/issues/6)~~),欢迎同学/校友们[贡献代码](https://github.com/sysu/better-thesis/pulls)/反馈问题([GitHub issue][issues])! diff --git a/cliff.toml b/cliff.toml index d89d0bc..c98fb94 100644 --- a/cliff.toml +++ b/cliff.toml @@ -63,7 +63,7 @@ commit_parsers = [ { message = "^refactor", group = "🚜 Refactor" }, { message = "^style", group = "🎨 Styling" }, { message = "^test", group = "🧪 Testing" }, - { message = "^chore\\(release\\):\\s?prepare for", skip = true }, + { message = "^chore\\(release\\)", skip = true }, { message = "^chore\\(deps.*\\)", skip = true }, { message = "^chore\\(merging\\)", skip = true }, { message = "^chore\\(pull\\)", skip = true },