tisonkun commented on code in PR #456: URL: https://github.com/apache/pulsar-site/pull/456#discussion_r1126087882
########## scripts/replace.js: ########## @@ -164,6 +164,7 @@ const latestVersion = getRealVersion(latestMajorRelease); const from = [ /@pulsar:version_number@/g, /@pulsar:version@/g, + /@pulsar:version_origin@/g, Review Comment: I'm afraid that such variable cannot resolve 2.6~2.7 versioned docs to 2.6.x and 2.7.x properly. But if we change only for new versions, it can be reasonable. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
