Skip to content

Commit

Permalink
FIx the release tables for 3.0.2 (#746)
Browse files Browse the repository at this point in the history
Fix the release tables for 3.0.2 
This PR fixes apache/pulsar#21677
  • Loading branch information
RobertIndie authored Dec 6, 2023
1 parent 67baf59 commit 010e4ef
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions data/release-pulsar.js
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -26,14 +17,23 @@ 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",
"publishedAt": "2023-08-07T15:00:00Z",
"vtag": "3.0.x",
"releaseNotes": "/release-notes/versioned/pulsar-3.0.1/",
"doc": "/docs/3.0.x",
"version": "v3.0.x"
"version": ""
},
{
"author": "RobertIndie",
Expand Down

0 comments on commit 010e4ef

Please sign in to comment.