Skip to content

Commit a9d7613

Browse files
committed
release: v4.0.0-beta6
1 parent bd15b6a commit a9d7613

File tree

4 files changed

+18
-27
lines changed

4 files changed

+18
-27
lines changed

.changelog/v4.0.0-beta6.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
> 对应核心版本: [**v4.5.0**](https://github.com/simple-robot/simpler-robot/releases/tag/v4.5.0)
2+
3+
> [!warning]
4+
> 目前版本尚处于 **`beta`** 阶段,代表仍然可能存在部分已知问题或未知问题,
5+
> 以及尚未完善的内容和落后于官方更新的内容。
6+
7+
我们欢迎并期望着您的 [反馈](https://github.com/simple-robot/simbot-component-kook/issues)[协助](https://github.com/simple-robot/simbot-component-kook/pulls),感谢您的贡献与支持!

.github/workflows/publish-release.yml

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,11 @@ jobs:
8888

8989
# Create gitHub release
9090
- name: Create Github Release
91-
uses: softprops/action-gh-release@v0.1.15
91+
uses: softprops/action-gh-release@v2
9292
with:
9393
token: ${{ secrets.PUSH_TOKEN }}
9494
body_path: .changelog/${{ github.ref_name }}.md
95+
body: ''
9596
generate_release_notes: true
9697
prerelease: ${{ contains(github.ref_name, 'preview') || contains(github.ref_name, 'alpha') || contains(github.ref_name, 'dev') }}
9798

@@ -137,27 +138,3 @@ jobs:
137138
# deploy to sub dir
138139
destination_dir: components/kook
139140

140-
# deploy-website:
141-
# name: Deploy Website
142-
# runs-on: ubuntu-latest
143-
# needs: run-test-and-publish
144-
# steps:
145-
# - uses: actions/checkout@v4
146-
# - uses: actions/setup-node@v3
147-
# with:
148-
# node-version: 16.x
149-
# cache: npm
150-
# cache-dependency-path: ./website/package-lock.json
151-
#
152-
# - run: |
153-
# npm ci
154-
# npm run build
155-
# working-directory: ./website
156-
#
157-
# # https://github.com/marketplace/actions/github-pages-action
158-
# - name: Push to doc repository
159-
# uses: peaceiris/actions-gh-pages@v3
160-
# with:
161-
# personal_token: ${{ secrets.PUSH_TOKEN }}
162-
# publish_branch: gh-pages
163-
# publish_dir: ./website/build

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# v4.0.0-beta6
2+
3+
> Release & Pull Notes: [v4.0.0-beta6](https://github.com/simple-robot/simpler-robot/releases/tag/v4.0.0-beta6)
4+
5+
- optimize(internal): 简单优化内部的KSP ([`bd15b6a`](https://github.com/simple-robot/simpler-robot/commit/bd15b6a))
6+
- fix(api): 修复 CreateAssetApi 使用的错误请求头 ([`f0a0fe0`](https://github.com/simple-robot/simpler-robot/commit/f0a0fe0))
7+
18
# v4.0.0-beta5
29

310
> Release & Pull Notes: [v4.0.0-beta5](https://github.com/simple-robot/simpler-robot/releases/tag/v4.0.0-beta5)

buildSrc/src/main/kotlin/P.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ object P : ProjectDetail() {
4949
override val homepage: String
5050
get() = HOMEPAGE
5151

52-
const val VERSION = "4.0.0-beta5"
53-
const val NEXT_VERSION = "4.0.0-beta6"
52+
const val VERSION = "4.0.0-beta6"
53+
const val NEXT_VERSION = "4.0.0-beta7"
5454

5555
override val snapshotVersion = "$NEXT_VERSION-SNAPSHOT"
5656
override val version = if (isSnapshot()) snapshotVersion else VERSION

0 commit comments

Comments
 (0)