diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-10-13 14:46:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-13 14:46:00 +0200 |
commit | 1c156f22678b3f476ea78fa9e22982c66a7e1559 (patch) | |
tree | fe187cfbc2a6c5fdca821d56f40f506dc9e306f0 /RELEASE_PROCESS.md | |
parent | e3cf9b685a0099d55cd4d8086757c78bd64e9371 (diff) | |
parent | 8600bce53a962cee3ff174d4b3745fa0f49afa3f (diff) | |
download | podman-1c156f22678b3f476ea78fa9e22982c66a7e1559.tar.gz podman-1c156f22678b3f476ea78fa9e22982c66a7e1559.tar.bz2 podman-1c156f22678b3f476ea78fa9e22982c66a7e1559.zip |
Merge pull request #11948 from rhatdan/codespell
codespell code
Diffstat (limited to 'RELEASE_PROCESS.md')
-rw-r--r-- | RELEASE_PROCESS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_PROCESS.md b/RELEASE_PROCESS.md index 32d4c039e..8a6fea18c 100644 --- a/RELEASE_PROCESS.md +++ b/RELEASE_PROCESS.md @@ -251,7 +251,7 @@ spelled with complete minutiae. binaries under the "binary", then "bin" links. Tar these files as `podman-static.tar.gz`. 1. The `podman-vX.Y.Z.dmg` file is produced manually by someone in - posession of a developer signing key. + possession of a developer signing key. 1. In the directory where you downloaded the archives, run `sha256sum *.tar.gz *.zip *.msi > shasums` to generate SHA sums. 1. Go to `https://github.com/containers/podman/releases/tag/vX.Y.Z` and |