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

yubiao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 010e4ef03c4b FIx the release tables for 3.0.2 (#746)
010e4ef03c4b is described below

commit 010e4ef03c4b5f7f69b0cfdd912bf589c20090ef
Author: Zike Yang <z...@apache.org>
AuthorDate: Wed Dec 6 18:37:33 2023 +0800

    FIx the release tables for 3.0.2 (#746)
    
    Fix the release tables for 3.0.2
    This PR fixes https://github.com/apache/pulsar/issues/21677
---
 data/release-pulsar.js | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/data/release-pulsar.js b/data/release-pulsar.js
index f2c4b8224c28..19101e2651ea 100644
--- a/data/release-pulsar.js
+++ b/data/release-pulsar.js
@@ -1,13 +1,4 @@
 module.exports = [
-    {
-        "author": "poorbarcode",
-        "tagName": "v3.0.2",
-        "publishedAt": "2023-12-3T11:17:000",
-        "vtag": "3.0.x",
-        "releaseNotes": "/release-notes/versioned/pulsar-3.0.2/",
-        "doc": "/docs/3.0.x",
-        "version": "v3.0.x"
-    },
     {
         "author": "Technoboy-",
         "tagName": "v3.1.1",
@@ -26,6 +17,15 @@ module.exports = [
         "doc": "/docs/3.1.x",
         "version": ""
     },
+    {
+      "author": "poorbarcode",
+      "tagName": "v3.0.2",
+      "publishedAt": "2023-12-03T11:17:00Z",
+      "vtag": "3.0.x",
+      "releaseNotes": "/release-notes/versioned/pulsar-3.0.2/",
+      "doc": "/docs/3.0.x",
+      "version": "v3.0.x"
+    },
     {
         "author": "RobertIndie",
         "tagName": "v3.0.1",
@@ -33,7 +33,7 @@ module.exports = [
         "vtag": "3.0.x",
         "releaseNotes": "/release-notes/versioned/pulsar-3.0.1/",
         "doc": "/docs/3.0.x",
-        "version": "v3.0.x"
+        "version": ""
     },
     {
         "author": "RobertIndie",

Reply via email to