This is an automated email from the ASF dual-hosted git repository.

zhongxjian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git


The following commit(s) were added to refs/heads/master by this push:
     new 3dd2c68a pre release v0.1.0
3dd2c68a is described below

commit 3dd2c68a4ffa865f5746ff37a169090d65f00774
Author: mfordjody <[email protected]>
AuthorDate: Mon Jun 2 09:15:55 2025 +0800

    pre release v0.1.0
---
 .github/workflows/release.yaml                              |  10 +++++++---
 app/README.md                                               |   4 +++-
 app/docs/static/{other => }/ide_configuration.png           | Bin
 .../pkg/hub/ssh/{connection.go => connection_windows.go}    |   0
 operator/pkg/helm/{path.go => path_windows.go}              |   0
 5 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 041033bc..2cfedb0d 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -59,8 +59,10 @@ jobs:
         with:
           tag_name: ${{ github.ref_name }}
           release_name: "${{ github.ref_name }}"
-          draft: false
-          prerelease: false
+          body: |
+            ⚠️ This is a pre release version。
+          draft: true
+          prerelease: true
 
   build_and_upload:
     name: Build and Upload Binaries
@@ -68,11 +70,13 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        goos: [linux, darwin]
+        goos: [linux, darwin, windows]
         goarch: [386, amd64, arm64]
         exclude:
           - goos: darwin
             goarch: 386
+          - goos: windows
+            goarch: arm64  # 可选排除,如果不支持
 
     steps:
       - name: Checkout code
diff --git a/app/README.md b/app/README.md
index 0801de44..2b39e24b 100644
--- a/app/README.md
+++ b/app/README.md
@@ -56,4 +56,6 @@ If you come up with a bug or introduce a new feature, you can 
follow the steps t
 1. Create a new issue and describe your bug/feature in detail.
 2. Fork this repository and use git to clone it to local.
 3. After local modifications, you can push the commit to your fork repo.
-4. Pull a request and associate with the corresponding issue, we will review 
the pr and merge it.
\ No newline at end of file
+4. Pull a request and associate with the corresponding issue, we will review 
the pr and merge it.
+
+# dubbo-ui
\ No newline at end of file
diff --git a/app/docs/static/other/ide_configuration.png 
b/app/docs/static/ide_configuration.png
similarity index 100%
rename from app/docs/static/other/ide_configuration.png
rename to app/docs/static/ide_configuration.png
diff --git a/dubboctl/pkg/hub/ssh/connection.go 
b/dubboctl/pkg/hub/ssh/connection_windows.go
similarity index 100%
rename from dubboctl/pkg/hub/ssh/connection.go
rename to dubboctl/pkg/hub/ssh/connection_windows.go
diff --git a/operator/pkg/helm/path.go b/operator/pkg/helm/path_windows.go
similarity index 100%
rename from operator/pkg/helm/path.go
rename to operator/pkg/helm/path_windows.go

Reply via email to