You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2023/02/22 20:08:34 UTC

[beam] 01/01: WIP - Update release docs as I go

This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch users/damccorm/releaseDocs
in repository https://gitbox.apache.org/repos/asf/beam.git

commit a5baa61e560dddf69316b82553f2c7aaf73e2180
Author: Danny McCormick <da...@google.com>
AuthorDate: Wed Feb 22 15:08:27 2023 -0500

    WIP - Update release docs as I go
---
 website/www/site/content/en/contribute/release-guide.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/website/www/site/content/en/contribute/release-guide.md b/website/www/site/content/en/contribute/release-guide.md
index 2f67840004b..cd941ca66f9 100644
--- a/website/www/site/content/en/contribute/release-guide.md
+++ b/website/www/site/content/en/contribute/release-guide.md
@@ -277,6 +277,9 @@ After cutting the branch, you should manually update `CHANGES.md` on `master` by
 * **Script:** [cut_release_branch.sh](https://github.com/apache/beam/blob/master/release/src/main/scripts/cut_release_branch.sh)
 
 * **Usage**
+
+`RELEASE_VERSION` and `NEXT_VERSION` should be formatted like `{major}.{minor}.{patch}` (e.g. `2.46.0`)
+
   ```
   # Cut a release branch
   ./beam/release/src/main/scripts/cut_release_branch.sh \
@@ -303,6 +306,7 @@ There are 2 ways to trigger a nightly build, either using automation script(reco
       ./beam/release/src/main/scripts/start_snapshot_build.sh
 
 * **The script will:**
+  1. Ask for the url of your personal clone of Beam (e.g. `https://github.com/<user>/beam`).
   1. Install [hub](https://github.com/github/hub) with your agreement.
   1. Touch an empty txt file and commit changes into ```${your remote beam repo}/snapshot_build```
   1. Use hub to create a PR against apache:master, which triggers a Jenkins job to build snapshot.