momo-jun commented on code in PR #17130: URL: https://github.com/apache/pulsar/pull/17130#discussion_r971878334
########## wiki/release/release-process.md: ########## @@ -473,18 +473,16 @@ Steps and examples see [Pulsar Release Notes Guide](https://docs.google.com/docu ## 17. Update the site -The workflow for updating the site is slightly different for major and minor releases. - -### Update the site for major releases -For major release, the website is updated based on the `master` branch. +### Update the site for minor releases +For minor releases, such as 2.10, the website is updated based on the `master` branch. Review Comment: @BewareMyPower This change is part of [PIP-190](https://github.com/apache/pulsar/issues/16637). You are right that 2.10 is updated based on the master branch. Quite often we regard it as a major version in daily talk. But it should be a minor version, while 3.0 is the next major version. `Pulsar version number is comprised of 3 components: major.minor.bug-fix` according to the [definition in PIP-47](https://github.com/apache/pulsar/wiki/PIP-47%3A-Time-Based-Release-Plan#what-about-version-numbers). -- 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]
