diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-02-09 12:59:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-09 12:59:51 -0500 |
commit | cd9ec7f7c3da666b234e2f53ef52c0a4089373fd (patch) | |
tree | 064408d690613132d8067a409b026fdd187078ad /RELEASE_PROCESS.md | |
parent | eb0a0db318a988af9ed70f3cc3a68f3b2bf2aa93 (diff) | |
parent | 829f88d74d6eda471ea3fd4c83857d899a7e452c (diff) | |
download | podman-cd9ec7f7c3da666b234e2f53ef52c0a4089373fd.tar.gz podman-cd9ec7f7c3da666b234e2f53ef52c0a4089373fd.tar.bz2 podman-cd9ec7f7c3da666b234e2f53ef52c0a4089373fd.zip |
Merge pull request #13182 from Luap99/api-doc
[CI:DOCS] Show API doc for several versions
Diffstat (limited to 'RELEASE_PROCESS.md')
-rw-r--r-- | RELEASE_PROCESS.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE_PROCESS.md b/RELEASE_PROCESS.md index d6414de73..e893d9e2e 100644 --- a/RELEASE_PROCESS.md +++ b/RELEASE_PROCESS.md @@ -166,6 +166,8 @@ spelled with complete minutiae. `git log -1 $(git tag | sort -V | tail -1)`. 1. Edit `version/version.go` and bump the `Version` value to the new release version. If there were API changes, also bump `APIVersion` value. + Make sure to also bump the version in the swagger.yaml `pkg/api/server/docs.go` + and to add a new entry in `docs/source/Reference.rst` for major and minor releases. 1. Commit this and sign the commit (`git commit -a -s -S`). The commit message should be `Bump to vX.Y.Z` (using the actual version numbers). 1. Push this single change to your github fork, and make a new PR, |