We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd45531 commit 967f69dCopy full SHA for 967f69d
2 files changed
.github/workflows/release.yml
@@ -52,11 +52,11 @@ jobs:
52
next
53
}
54
found { print }
55
- ' CHANGELOG.md > RELEASE_NOTES.md
+ ' CHANGELOG.md >> RELEASE.md
56
57
- # 查看 RELEASE_NOTES.md
58
- - name: RELEASE_NOTES.md
59
- run: cat RELEASE_NOTES.md
+ # 查看 RELEASE.md
+ - name: RELEASE.md
+ run: cat RELEASE.md
60
61
# 安装所有依赖
62
- name: Install
@@ -95,7 +95,7 @@ jobs:
95
with:
96
tag: v${{ steps.read_version.outputs.version}}
97
name: v${{ steps.read_version.outputs.version}}
98
- bodyFile: RELEASE_NOTES.md
+ bodyFile: RELEASE.md
99
artifacts: "code.editor.x86.fpk,code.editor.arm.fpk"
100
token: ${{ secrets.GITHUB_TOKEN }}
101
RELEASE.md
@@ -0,0 +1,3 @@
1
+[更新日志](CHANGELOG.md)
2
+
3
+**本次更新**
0 commit comments