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

dbarnes pushed a commit to branch support/1.13
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/support/1.13 by this push:
     new 1664c62  Reformat README file (#5060)
1664c62 is described below

commit 1664c621b1142b13122a8addcb18275691ba61cd
Author: Dave Barnes <[email protected]>
AuthorDate: Wed May 6 09:23:14 2020 -0700

    Reformat README file (#5060)
---
 dev-tools/release/README.md | 50 +++++++++++++++++++++++++++------------------
 1 file changed, 30 insertions(+), 20 deletions(-)

diff --git a/dev-tools/release/README.md b/dev-tools/release/README.md
index 3ebc877..493ce10 100644
--- a/dev-tools/release/README.md
+++ b/dev-tools/release/README.md
@@ -1,20 +1,30 @@
-This directory contains scripts to help create a release of geode and manage 
branches.
-
-Not all release steps have scripts.  Please follow all instructions as 
documented in the wiki:
-https://cwiki.apache.org/confluence/display/GEODE/Releasing+Apache+Geode
-
-These scripts are intended to be run from the parent directory of your geode 
develop checkout, e.g.
-# cd ..
-# geode/dev-tools/release/foo.sh
-
-Overview of scripts:
-
-license_review.sh: compares versions with a previous release and/or checks 
that all bundled dependencies are noted in appropriate LICENSE file
-create_support_branches.sh: cuts support/x.y from develop for all projects and 
walks you through creating pipelines and setting version numbers
-  set_copyright.sh updates the copyright year
-set_versions.sh: updates files that need to contain the version number planned 
for the next release from this support branch
-prepare_rc.sh: Checks out the various geode repos, builds a release candidate, 
and publishes to nexus staging repo
-commit_rc.sh: Pushes the tags and artifacts staged by prepare_rc.sh and then 
runs print_rc_email.sh
-  print_rc_email.sh: Generates an email to send to the dev list announcing a 
release candidate
-promote_rc.sh: Tags an RC as the final release, builds docker images, merges 
to master, and starts the mirroring and brew processes
-end_of_support.sh: cleans up pipelines and branches after 9-month life of 
support branch is reached
+# geode/dev-tools/release
+This directory contains scripts to help create a release of Geode and manage 
branches.
+
+Not all release steps have scripts.  Please follow all instructions as 
documented in the wiki: [Releasing Apache 
Geode](https://cwiki.apache.org/confluence/display/GEODE/Releasing+Apache+Geode).
+
+These scripts are intended to be run from the parent directory of your geode 
develop checkout, e.g.:
+
+    $ cd ..
+    $ geode/dev-tools/release/foo.sh
+
+## Overview of scripts
+
+**license\_review.sh** compares versions with a previous release and/or checks 
that all bundled dependencies are noted in appropriate LICENSE file
+
+**create\_support\_branches.sh** cuts support/x.y from develop for all 
projects and walks you through creating pipelines and setting version numbers
+
+**set\_copyright.sh** updates the copyright year
+
+**set\_versions.sh** updates files that need to contain the version number 
planned for the next release from this support branch
+
+**prepare\_rc.sh** Checks out the various geode repos, builds a release 
candidate, and publishes to nexus staging repo
+
+**commit\_rc.sh** Pushes the tags and artifacts staged by prepare\_rc.sh and 
then runs print\_rc\_email.sh
+
+**print\_rc\_email.sh** Generates an email to send to the dev list announcing 
a release candidate
+
+**promote\_rc.sh** Tags an RC as the final release, builds docker images, 
merges to master, and starts the mirroring and brew processes
+
+**end\_of\_support.sh** cleans up pipelines and branches after 9-month life of 
support branch is reached
+

Reply via email to