فهرست منبع

Fix github action and publish 0.0.20

杜府 3 سال پیش
والد
کامیت
e9aed88cfa
4فایلهای تغییر یافته به همراه6 افزوده شده و 5 حذف شده
  1. 1 0
      .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 - 0
.github/workflows/auto-releases.yml

@@ -71,6 +71,7 @@ jobs:
             # 执行 node releases.js,生成 releases.md 文件
             - name: Generate releases.md
               run: |
+                  cd .github/workflows
                   node releases.js
 
             # 读取 releases.md 文件内容,作为 Releases describe

+ 1 - 1
components/package.json

@@ -1,6 +1,6 @@
 {
     "name": "stdf",
-    "version": "0.0.19",
+    "version": "0.0.20",
     "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.19
+## 0.0.20
 
--   0.0.12 ~ 0.0.19 版本无实质更新,仅用于测试 GitHub Action。
+-   0.0.12 ~ 0.0.20 版本无实质更新,仅用于测试 GitHub Action。
 
 ## 0.0.11
 

+ 2 - 2
doc/guide/changelog_en.md

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