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),