Add pypi prefix to example filename in layout 78/62478/2
authorLott, Christopher (cl778h) <cl778h@att.com>
Wed, 4 Dec 2019 18:27:07 +0000 (13:27 -0500)
committerLott, Christopher (cl778h) <cl778h@att.com>
Wed, 4 Dec 2019 20:07:43 +0000 (15:07 -0500)
A recent change to the PyPI release job trigger requires
"pypi" as the prefix on the release yaml file.
Also correct a one-word mistake in the release jobs doc,
should not say "verify" when discussing the merge template.

Change-Id: Ieeb7c96c225893ee52710e133afb06fa9639cb85
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
docs/jjb/lf-python-jobs.rst
docs/jjb/lf-release-jobs.rst

index ca309d6..c179366 100644 (file)
@@ -392,7 +392,7 @@ same package twice.
     │   └── tox.ini
     │
     ├── releases/
-    │   └── release-helloworld.yaml
+    │   └── pypi-helloworld.yaml
     │
     ├── .gitignore
     ├── LICENSE
index cafab86..7ab1681 100644 (file)
@@ -390,7 +390,7 @@ Publishes a Python package on merge of a patch set with a release yaml
 file. Checks the format of the version string, downloads the package
 artifacts from the PyPI staging repository, uploads the package
 artifacts to the PyPI release repository, tags the git repository,
-signs the tag and pushes the tag to the git server. The release verify
+signs the tag and pushes the tag to the git server. The release merge
 template accepts neither a branch nor a stream parameter.
 
 :Template Names: