Skip to content

Commit 9594b40

Browse files
committed
feat: 更新发布说明,添加版本信息头部和构建信息
1 parent 4d58d0a commit 9594b40

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,12 @@ jobs:
7878
7979
if [ -f "$RELEASE_NOTES_FILE" ]; then
8080
echo "使用 $RELEASE_NOTES_FILE 作为发布说明"
81+
# 读取文件内容,添加版本信息头部
8182
{
83+
echo "## 🎉 CloudFlare Assistant ${TAG_NAME} 发布"
8284
echo ""
83-
echo "## 🎉 新版本发布"
85+
echo "**版本号**: ${{ steps.version.outputs.version_name }}"
86+
echo "**Build**: ${{ steps.version.outputs.version_code }}"
8487
echo ""
8588
cat "$RELEASE_NOTES_FILE"
8689
echo ""

0 commit comments

Comments
 (0)