Skip to content

Commit 1ecd6cb

Browse files
authored
Merge pull request #96 from xrstf/improve-docs
explain how to handle docs when creating a new minor release
2 parents dae1b2e + e58c388 commit 1ecd6cb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/content/contributing/releasing.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@ tag represents where the corresponding `release/v0.X` branch branches off.
2424
1. Create the release branch: `git checkout -B release-0.X`
2525
1. Push the release branch: `git push -u upstream release-0.X`
2626

27+
Once the tag and branch have been pushed, the documentation has to be manually
28+
updated to include the new minor release.
29+
30+
1. Navigate to https://github.com/kcp-dev/kcp-operator/actions/workflows/docs-gen-and-push.yaml
31+
1. Run the workflow manually on the new release branch.
32+
33+
Within a few minutes of the action finishing, the new branch should show up on
34+
https://docs.kcp.io/kcp-operator/.
35+
2736
## Patch Releases
2837

2938
Patch releases (v0.x.y) are tagged with in a release branch.

0 commit comments

Comments
 (0)