Skip to content

Commit

Permalink
Merge pull request #19965 from Luap99/api-4.6
Browse files Browse the repository at this point in the history
[CI:DOCS] update API docs version list
  • Loading branch information
openshift-merge-robot authored Sep 13, 2023
2 parents e8c4d79 + 777b5ef commit a0b4138
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RELEASE_PROCESS.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ spelled with complete minutiae.
1. Edit `version/rawversion/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`
For major and minor versions also add the new branch name to
`docs/source/Reference.rst` to show the new swagger version on docs.podman.io.
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,
Expand Down
2 changes: 2 additions & 0 deletions docs/source/Reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Show the API documentation for version:

* `latest (main branch) <_static/api.html>`_

* `version 4.6 <_static/api.html?version=v4.6>`_

* `version 4.5 <_static/api.html?version=v4.5>`_

* `version 4.4 <_static/api.html?version=v4.4>`_
Expand Down

0 comments on commit a0b4138

Please sign in to comment.