pjfanning commented on code in PR #2761: URL: https://github.com/apache/pekko/pull/2761#discussion_r2959529812
########## CONTRIBUTING.md: ########## @@ -14,11 +14,13 @@ If you have questions about the contribution process or discuss specific issues, Depending on which version (or sometimes module) you want to work on, you should target a specific branch as explained below: -* `main` – active development branch of Pekko +* `main` – active development branch of Pekko (2.0.x) * `1.0.x` – maintenance branch of Pekko 1.0 * `1.1.x` – maintenance branch of Pekko 1.1 * `1.2.x` – maintenance branch of Pekko 1.2 -* `1.3.x` – maintenance branch of Pekko 1.3 (unreleased but active development ongoing) +* `1.3.x` – maintenance branch of Pekko 1.3 +* `1.4.x` – maintenance branch of Pekko 1.4 +* `1.5.x` – maintenance branch of Pekko 1.5 (unreleased but active development ongoing) Review Comment: I adjusted this to not list all the branches. -- 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]
