Skip to content

Commit

Permalink
Add docs on updating the starter repos as a post release task (#29870)
Browse files Browse the repository at this point in the history
  • Loading branch information
damccorm authored Dec 26, 2023
1 parent 2d1df39 commit 32660e6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions contributor-docs/release-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 32660e6

Please sign in to comment.