pjfanning commented on code in PR #256: URL: https://github.com/apache/incubator-pekko/pull/256#discussion_r1143362438
########## docs/src/main/paradox/project/downstream-upgrade-strategy.md: ########## @@ -14,22 +14,22 @@ wait for intermediate libraries to update. ## Patch versions -When releasing a new patch version of Pekko (e.g. 2.5.22), we typically don't +When releasing a new patch version of Pekko (e.g. 1.1.0), we typically don't immediately bump the Pekko version in satellite projects. The reason for this is this will make it more low-friction for users to update -those satellite projects: say their project is on Pekko 2.5.22 and +those satellite projects: say their project is on Pekko 1.1.0 and Pekko Management 1.0.0, and we release Pekko Management 1.0.1 (still built with -Pekko 2.5.22) and Pekko 2.5.23. They can safely update to Pekko Management 1.0.1 -without also updating to Pekko 2.5.23, or update to Pekko 2.5.23 without updating +Pekko 1.1.0) and Pekko 1.1.1. They can safely update to Pekko Management 1.0.1 +without also updating to Pekko 1.1.1, or update to Pekko 1.1.1 without updating to Pekko Management 1.0.1. When there is reason for a satellite project to upgrade the Pekko patch version, they are free to do so at any time. ## Minor versions -When releasing a new minor version of Pekko (e.g. 2.6.0), satellite projects are +When releasing a new minor version of Pekko (e.g. 1.1.0), satellite projects are Review Comment: Even if we update the github repo almost immediately, the satellite project might not be released for a while (weeks to months). While we are in the Incubator, I think it is safe to assume at least 2 weeks to go through 2 rounds of release votes. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
