Skip to content

Commit

Permalink
[CI:DOCS] RELEASE_PROCESS.md: cosmetic fix
Browse files Browse the repository at this point in the history
Follow up to pr#13416

Insert line breaks to get rid of the horizontal scroll bar.

Resolves: containers#13416 (comment)

Co-authored-by: Ashley Cui <acui@redhat.com>
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
Signed-off-by: Krzysztof Baran <krysbaran@gmail.com>
  • Loading branch information
2 people authored and kbaran1998 committed Mar 16, 2022
1 parent 3d9e56c commit 88eca56
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion RELEASE_PROCESS.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,11 @@ spelled with complete minutiae.

```shell
$ git checkout vX.Y.Z
$ make podman-remote-release-darwin_amd64.zip podman-remote-release-darwin_arm64.zip podman-remote-release-windows_amd64.zip podman.msi podman-remote-static
$ make podman-remote-release-darwin_amd64.zip \
podman-remote-release-darwin_arm64.zip \
podman-remote-release-windows_amd64.zip \
podman.msi \
podman-remote-static
$ mv podman-* bin/
$ cd bin/
$ tar -cvzf podman-remote-static.tar.gz podman-remote-static
Expand Down

0 comments on commit 88eca56

Please sign in to comment.