From 32660e60a66d4e8241298c9b85f7c06e01273132 Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Tue, 26 Dec 2023 16:10:24 -0500 Subject: [PATCH] Add docs on updating the starter repos as a post release task (#29870) --- contributor-docs/release-guide.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/contributor-docs/release-guide.md b/contributor-docs/release-guide.md index f9a7ab1e85cb..fb566bc2a752 100644 --- a/contributor-docs/release-guide.md +++ b/contributor-docs/release-guide.md @@ -1336,6 +1336,18 @@ Release Manager [1] https://github.com/apache/beam/pull/123 ``` +### Update the Java starter repo + +After the new Beam release is published, the Java starter project needs to have its version manually upgraded. +To do this, create a PR like https://github.com/apache/beam-starter-java/pull/94 (with the appropriate version +number). + +#### (Optional) Update the remaining starter repos + +You can also update the versions in https://github.com/apache/beam-starter-python and +https://github.com/apache/beam-starter-go if you would like. This is optional because dependabot will automatically +open a PR to do this if you don't. + ### Update Beam Playground After new Beam Release is published, Beam Playground can be updated following the steps below: