From 57ccd470831068181629a896f02e8dddbd1d4125 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Mon, 4 Aug 2025 15:53:53 +0800 Subject: [PATCH] Docs(i): add changelog template and remove broken badges in README --- .github/release.yml | 19 +++++++++++++++++++ README.md | 1 - README.zh-cn.md | 6 +----- 3 files changed, 20 insertions(+), 6 deletions(-) create mode 100644 .github/release.yml diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 00000000..0717071b --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,19 @@ +changelog: + exclude: + labels: + - ignore-for-release + authors: + - dependabot + categories: + - title: New features + labels: + - feature + - title: Enhancement + labels: + - enhancement + - title: Fixes + labels: + - bug + - title: Other Changes + labels: + - "*" diff --git a/README.md b/README.md index 3fbf6f8b..cf662f67 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,6 @@ [![GitHub release (latest by date)](https://img.shields.io/github/v/release/hugo-fixit/FixIt?style=flat)](https://github.com/hugo-fixit/FixIt/releases) [![Hugo](https://img.shields.io/badge/Hugo-%5E0.147.7-ff4088?style=flat&logo=hugo)](https://gohugo.io/) [![License](https://img.shields.io/github/license/hugo-fixit/FixIt?style=flat)](/LICENSE) -[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/hugo-fixit/FixIt) ## Live Preview diff --git a/README.zh-cn.md b/README.zh-cn.md index 6cb7f04f..020b8262 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -27,7 +27,7 @@ [![GitHub release (latest by date)](https://img.shields.io/github/v/release/hugo-fixit/FixIt?style=flat)](https://github.com/hugo-fixit/FixIt/releases) [![Hugo](https://img.shields.io/badge/Hugo-%5E0.147.7-ff4088?style=flat&logo=hugo)](https://gohugo.io/) [![License](https://img.shields.io/github/license/hugo-fixit/FixIt?style=flat)](/LICENSE) -[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/hugo-fixit/FixIt) +[![Gitee star of FixIt](https://gitee.com/lruihao/FixIt/badge/star.svg?theme=dark)](https://gitee.com/lruihao/FixIt/stargazers) ## 即时预览 @@ -82,10 +82,6 @@ pnpx fixit-cli create my-blog [lruihao-blog]: https://github.com/Lruihao/hugo-blog [lruihao-blog:generate]: https://github.com/Lruihao/hugo-blog/generate -### 镜像 - -Gitee 镜像仓库: - ## 特色