diff --git a/.changelog/v4.0.0-beta1.md b/.changelog/v4.0.0-beta1.md new file mode 100644 index 00000000..dfa375b7 --- /dev/null +++ b/.changelog/v4.0.0-beta1.md @@ -0,0 +1,7 @@ +> 对应核心版本: [**v4.0.0-beta1**](https://github.com/simple-robot/simpler-robot/releases/tag/v4.0.0-beta1) + +> [!warning] +> 目前版本尚处于 **`beta`** 阶段,代表仍然可能存在部分已知问题或未知问题, +> 以及尚未完善的内容和落后于官方更新的内容。 + +我们欢迎并期望着您的 [反馈](https://github.com/simple-robot/simbot-component-kook/issues) 或 [协助](https://github.com/simple-robot/simbot-component-kook/pulls),感谢您的贡献与支持! diff --git a/.github/workflows/deploy-website-v4.yml b/.github/workflows/deploy-website-v4.yml index b54acd07..93eeec50 100644 --- a/.github/workflows/deploy-website-v4.yml +++ b/.github/workflows/deploy-website-v4.yml @@ -9,6 +9,9 @@ on: paths: - 'Writerside/**' - '.github/workflows/deploy-website-v4.yml' + + tags-ignore: + - v4.**.** # Specify to run a workflow manually from the Actions tab on GitHub workflow_dispatch: diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f22438d..70384b19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# v4.0.0-beta1 + +> Release & Pull Notes: [v4.0.0-beta1](https://github.com/simple-robot/simpler-robot/releases/tag/v4.0.0-beta1) + +- build(deps): bump org.jetbrains:annotations from 24.0.1 to 24.1.0 ([`278ac66`](https://github.com/simple-robot/simpler-robot/commit/278ac66)) +- build(deps): bump ksp from 1.9.22-1.0.17 to 1.9.22-1.0.18 ([`0a23a80`](https://github.com/simple-robot/simpler-robot/commit/0a23a80)) +- build(deps): bump log4j from 2.20.0 to 2.23.0 ([`227ca86`](https://github.com/simple-robot/simpler-robot/commit/227ca86)) +- build(deps): bump openjdk-jmh from 1.35 to 1.37 ([`8f549a9`](https://github.com/simple-robot/simpler-robot/commit/8f549a9)) +- build(deps): bump kotlinx-coroutines from 1.8.0-RC2 to 1.8.0 ([`5146020`](https://github.com/simple-robot/simpler-robot/commit/5146020)) +- refactor: version to v4.0.0-beta1 ([`fe3b343`](https://github.com/simple-robot/simpler-robot/commit/fe3b343)) +- build(deps): bump org.slf4j:slf4j-api from 1.7.36 to 2.0.12 ([`99f45e8`](https://github.com/simple-robot/simpler-robot/commit/99f45e8)) +- build(deps): bump ktor from 2.3.7 to 2.3.8 ([`9d6f9f8`](https://github.com/simple-robot/simpler-robot/commit/9d6f9f8)) +- build(deps): bump com.charleskorn.kaml:kaml from 0.46.0 to 0.57.0 ([`2eb75d3`](https://github.com/simple-robot/simpler-robot/commit/2eb75d3)) +- build(deps): bump kotlinx-serialization from 1.6.2 to 1.6.3 ([`8c66e3f`](https://github.com/simple-robot/simpler-robot/commit/8c66e3f)) +- CI: config ([`fc19828`](https://github.com/simple-robot/simpler-robot/commit/fc19828)) + # v4.0.0-dev3 > Release & Pull Notes: [v4.0.0-dev3](https://github.com/simple-robot/simpler-robot/releases/tag/v4.0.0-dev3) diff --git a/buildSrc/src/main/kotlin/changelog/GenerateChangelog.kt b/buildSrc/src/main/kotlin/changelog/GenerateChangelog.kt index 3155c027..02f95b4d 100644 --- a/buildSrc/src/main/kotlin/changelog/GenerateChangelog.kt +++ b/buildSrc/src/main/kotlin/changelog/GenerateChangelog.kt @@ -53,7 +53,7 @@ fun Project.generateChangelog(tag: String) { > 对应核心版本: [**v$coreVersion**](https://github.com/simple-robot/simpler-robot/releases/tag/v$coreVersion) > [!warning] - > 目前版本尚处于 **`dev`** 阶段,代表仍然可能存在部分已知问题或未知问题, + > 目前版本尚处于 **`beta`** 阶段,代表仍然可能存在部分已知问题或未知问题, > 以及尚未完善的内容和落后于官方更新的内容。 我们欢迎并期望着您的 [反馈](https://github.com/simple-robot/simbot-component-kook/issues) 或 [协助](https://github.com/simple-robot/simbot-component-kook/pulls),感谢您的贡献与支持!