This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon-website.git
The following commit(s) were added to refs/heads/master by this push:
new 65df1069 feat: update to 1.3
65df1069 is described below
commit 65df10695a53cc2a59a980344c14eee84a5099d5
Author: JingsongLi <[email protected]>
AuthorDate: Mon Nov 10 14:16:22 2025 +0800
feat: update to 1.3
---
.github/workflows/build.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 28981a6c..8c41d13d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -16,8 +16,8 @@
name: "Build website and document"
env:
- versions: ("master" "1.2") # defines what versions of document should be
updated
- latest_version: "1.2" # defines what version docs/latest links to
+ versions: ("master" "1.3") # defines what versions of document should be
updated
+ latest_version: "1.3" # defines what version docs/latest links to
base_href: "https://paimon.apache.org/" # website base href
on: