Quellcode durchsuchen

Fix github action and publish 0.0.26

杜府 vor 3 Jahren
Ursprung
Commit
0bb41c5fb3

+ 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