소스 검색

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