瀏覽代碼

Fix github action and publish 0.0.26

杜府 3 年之前
父節點
當前提交
0bb41c5fb3
共有 4 個文件被更改,包括 6 次插入6 次删除
  1. 1 1
      .github/workflows/auto-releases.yml
  2. 1 1
      components/package.json
  3. 2 2
      doc/guide/changelog.md
  4. 2 2
      doc/guide/changelog_en.md

+ 1 - 1
.github/workflows/auto-releases.yml

@@ -83,7 +83,7 @@ jobs:
               run: |
                   echo body=$(cat <<EOF
                   ${{ steps.changelog.outputs.changelog }}
-                  ---
+                  \n---\n
                   ${{ steps.changelog_en.outputs.changelog_en }}
                   EOF
                   ) >> $GITHUB_OUTPUT

+ 1 - 1
components/package.json

@@ -1,6 +1,6 @@
 {
     "name": "stdf",
-    "version": "0.0.25",
+    "version": "0.0.26",
     "description": "Mobile Web component library based on Svelte and Tailwind",
     "main": "index.js",
     "scripts": {

+ 2 - 2
doc/guide/changelog.md

@@ -1,6 +1,6 @@
-## 0.0.25
+## 0.0.26
 
--   0.0.12 ~ 0.0.25 版本无实质更新,仅用于测试 GitHub Action。
+-   0.0.12 ~ 0.0.26 版本无实质更新,仅用于测试 GitHub Action。
 
 ## 0.0.11
 

+ 2 - 2
doc/guide/changelog_en.md

@@ -1,6 +1,6 @@
-## 0.0.25
+## 0.0.26
 
--   0.0.12 ~ 0.0.25 versions have no substantial updates, only for testing GitHub Action.
+-   0.0.12 ~ 0.0.26 versions have no substantial updates, only for testing GitHub Action.
 
 ## 0.0.11