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

[beam] branch lostluck-thats-how-you-doc-rc updated: Adjust headings.

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

lostluck pushed a commit to branch lostluck-thats-how-you-doc-rc
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/lostluck-thats-how-you-doc-rc by this push:
     new fd19e853f2f Adjust headings.
fd19e853f2f is described below

commit fd19e853f2f76ddd9b83fe6461c89b8344245080
Author: lostluck <13...@users.noreply.github.com>
AuthorDate: Fri Aug 25 12:02:40 2023 -0700

    Adjust headings.
---
 website/www/site/content/en/contribute/release-guide.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/www/site/content/en/contribute/release-guide.md b/website/www/site/content/en/contribute/release-guide.md
index 0bf4959d1c0..20da8fbffa6 100644
--- a/website/www/site/content/en/contribute/release-guide.md
+++ b/website/www/site/content/en/contribute/release-guide.md
@@ -456,7 +456,7 @@ Consider adding known issues there for minor issues instead of accepting cherry
 
 ## 8. Build a release candidate
 
-## Checklist before proceeding
+#### Checklist before proceeding
 
 * Release Manager’s GPG key is published to `dist.apache.org`;
 * Release Manager’s GPG key is configured in `git` configuration;
@@ -509,7 +509,7 @@ is perfectly safe since the script does not depend on the current working tree.
 
 See the source of the script for more details, or to run commands manually in case of a problem.
 
-## Run build_release_candidate GitHub Action to create a release candidate
+### Run build_release_candidate GitHub Action to create a release candidate
 
 Note: This step is partially automated (in progress), so part of the rc creation is done by GitHub Actions and the rest is done by a script.
 You don't need to wait for the action to complete to start running the script.