瀏覽代碼

Merge branch 'develop' into v1_border-borderBrush-background-fix_2834

BDisp 1 年之前
父節點
當前提交
9b11a1779f
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. 2 2
      .github/workflows/publish.yml
  2. 1 0
      GitVersion.yml

+ 2 - 2
.github/workflows/publish.yml

@@ -16,9 +16,9 @@ jobs:
     steps:
     - uses: actions/checkout@v3
       with:
-        fetch-depth: 0 #fetch-depth is needed for GitVersion
+        fetch-depth: 0 # fetch-depth is needed for GitVersion
 
-    - name: Install and calculate the new version with GitVersion 
+    - name: Install GitVersion 
       uses: gittools/actions/gitversion/setup@v0
       with:
           versionSpec: '6.x'

+ 1 - 0
GitVersion.yml

@@ -1,3 +1,4 @@
+next-version: 1.14.0
 mode: ContinuousDeployment
 tag-prefix: '[vV]'
 continuous-delivery-fallback-tag: 'pre'