Adding backward slash to process.rst file

The process autorelease command for milestone-1 was missing a backward
slash in the command in (2) after the  --type library

Now, the command has the right forward slash that looks like this:
 --type library \

Change-Id: I852497033ff15d85fda50c61f4ec60bd2e4cc881
Signed-off-by: Armstrong Foundjem <foundjem@ieee.org>
This commit is contained in:
Armstrong Foundjem 2023-05-08 15:42:24 -04:00
parent c55b56df75
commit 35223e8c5a
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ Milestone-1
--unreleased \
--model cycle-with-intermediary \
--type client-library \
--type library
--type library \
> /tmp/deliverables.log
- Edit the generated file (``/tmp/deliverables.log``) to remove tox's logs.