From 0ad979f370ef4eb72ab3846adae3b14df993b1b5 Mon Sep 17 00:00:00 2001 From: Eric Fried Date: Tue, 25 Jul 2017 09:43:51 -0500 Subject: [PATCH] Minor typos in README.rst Change-Id: I26a684d0e077ced21b1630c5bf40d9480b761827 --- README.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 35491f7419..445640b9c6 100644 --- a/README.rst +++ b/README.rst @@ -95,8 +95,8 @@ repository. * Start version numbers with 0.1.0 for unstable early editions and prototypes. Switch to 1.0.0 for the first production-ready release. Do not release the first version of a deliverable with a - number that matches the version other related deliverables - use. This confuses consumers about the maturity of the new + number that matches the version used by other existing related + deliverables. This confuses consumers about the maturity of the new deliverable and about where they should find "older" versions with lower numbers, which do not exist. @@ -237,13 +237,13 @@ team is responsible for taking the necessary corrective action. Deliverable Files ================= -Deliverable repositories for projects using cycle_with_intermediatry +Deliverable repositories for projects using cycle_with_intermediary or cycle_with_milestones should be placed in their respective releases within the deliverables directory. Deliverable repositories for projects using the independent release model should be placed in the ``deliverables/_independent`` directory. -For deliverable set of projects, we use one YAML file per release +For a deliverable set of projects, we use one YAML file per release series to hold all of the metadata for all releases and branches of that deliverable. For each deliverable, we need to track: @@ -393,7 +393,7 @@ Each ``release`` entry is a mapping with keys: announcing the release. (Use ``|`` to indicate a multi-line, pre-formatted message.) -Each `project` entry is a mapping with keys: +Each entry in the ``projects`` list is a mapping with keys: ``repo`` The name of the repository on git.openstack.org. @@ -405,7 +405,7 @@ Each `project` entry is a mapping with keys: An optional name for the base of the tarball created by the release. If no value is provided, it defaults to the repo base name. -Each ``branch`` entry is a mapping with keys: +Each entry in the ``branches`` list is a mapping with keys: ``name`` The name of the branch.