summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-03-07 10:49:06 -0500
committerGitHub <noreply@github.com>2022-03-07 10:49:06 -0500
commit118b8fe9865b08c420b3dbb6f6dd5eac3a0af5dd (patch)
tree1f207132b3ddcea1cb3bd56ec05696aac700baaa
parente1f00b451234fb673505c54051a97d5748c99d3e (diff)
parent639e6899b0b277e470c40e9456e82058acb4363c (diff)
downloadpodman-118b8fe9865b08c420b3dbb6f6dd5eac3a0af5dd.tar.gz
podman-118b8fe9865b08c420b3dbb6f6dd5eac3a0af5dd.tar.bz2
podman-118b8fe9865b08c420b3dbb6f6dd5eac3a0af5dd.zip
Merge pull request #13418 from lsm5/release-artifacts-process-2
[CI:DOCS] RELEASE_PROCESS.md: cosmetic fix
-rw-r--r--RELEASE_PROCESS.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/RELEASE_PROCESS.md b/RELEASE_PROCESS.md
index bc2e4c01f..3f63e5466 100644
--- a/RELEASE_PROCESS.md
+++ b/RELEASE_PROCESS.md
@@ -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