From 1e3465c9cfb980d23df72b4770e0bd6ae4849351 Mon Sep 17 00:00:00 2001 From: ForteScarlet Date: Sun, 31 Dec 2023 23:06:07 +0800 Subject: [PATCH] changelog --- .changelog/v0.0.1.md | 8 ++++++++ buildSrc/src/main/kotlin/changelog/GenerateChangelog.kt | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 .changelog/v0.0.1.md diff --git a/.changelog/v0.0.1.md b/.changelog/v0.0.1.md new file mode 100644 index 0000000..90a0ef9 --- /dev/null +++ b/.changelog/v0.0.1.md @@ -0,0 +1,8 @@ +> 对应核心版本: [**v3.3.0**](https://github.com/simple-robot/simpler-robot/releases/tag/v3.3.0) + +> [!warning] +> 目前版本尚处于 **早期** 阶段,代表仍然可能存在大量[已知问题](https://github.com/simple-robot/simbot-component-miyoushe/issues)或未知问题, +以及未完善的内容和落后于官方更新的内容。** + +我们欢迎并期望着您的的[反馈](https://github.com/simple-robot/simbot-component-miyoushe/issues)或[协助](https://github.com/simple-robot/simbot-component-miyoushe/pulls), +感谢您的贡献与支持! diff --git a/buildSrc/src/main/kotlin/changelog/GenerateChangelog.kt b/buildSrc/src/main/kotlin/changelog/GenerateChangelog.kt index 8b15d7f..8551e49 100644 --- a/buildSrc/src/main/kotlin/changelog/GenerateChangelog.kt +++ b/buildSrc/src/main/kotlin/changelog/GenerateChangelog.kt @@ -45,8 +45,8 @@ fun Project.generateChangelog(tag: String) { file.writeText(""" > 对应核心版本: [**v$coreVersion**](https://github.com/simple-robot/simpler-robot/releases/tag/v$coreVersion) - > **Warning** - > 目前版本尚处于 **`ALPHA`** 阶段,代表仍然可能存在大量[已知问题](https://github.com/simple-robot/simbot-component-miyoushe/issues)或未知问题, + > [!warning] + > 目前版本尚处于 **早期** 阶段,代表仍然可能存在大量[已知问题](https://github.com/simple-robot/simbot-component-miyoushe/issues)或未知问题, 以及未完善的内容和落后于官方更新的内容。** 我们欢迎并期望着您的的[反馈](https://github.com/simple-robot/simbot-component-miyoushe/issues)或[协助](https://github.com/simple-robot/simbot-component-miyoushe/pulls),