Skip to content

Commit db58c52

Browse files
authored
Docs workflow 1.18 (#10472)
1 parent 487dbe4 commit db58c52

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

.github/workflows/push-docs.yaml

+8-5
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,19 @@ jobs:
4646
minor=""
4747
directory=""
4848
if [[ "${{ steps.lts-version.outputs.lts }}" == "main" ]]; then
49-
minor="1.18"
49+
minor="1.19"
50+
directory="main"
51+
elif [[ "${{ steps.lts-version.outputs.lts }}" == "v1.19.x" ]]; then
52+
minor="1.19"
5053
directory="main"
5154
elif [[ "${{ steps.lts-version.outputs.lts }}" == "v1.18.x" ]]; then
5255
minor="1.18"
53-
directory="main"
56+
directory="latest"
5457
elif [[ "${{ steps.lts-version.outputs.lts }}" == "v1.17.x" ]]; then
5558
minor="1.17"
56-
directory="latest"
59+
directory="1.17.x"
5760
else
58-
minor="1.18"
61+
minor="1.19"
5962
directory="main"
6063
fi
6164
echo "minor=${minor}" >> $GITHUB_OUTPUT
@@ -197,4 +200,4 @@ jobs:
197200
-d "text=$MESSAGE" \
198201
-d "channel=doctopus-tests" \
199202
-d "token=${SLACK_BOT_TOKEN}" \
200-
-X POST https://slack.com/api/chat.postMessage
203+
-X POST https://slack.com/api/chat.postMessage

changelog/v1.18.1/docs-workflow.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
changelog:
2+
- type: NON_USER_FACING
3+
description: >-
4+
Update docs workflow for 1.18 release.
5+
skipCI-kube-tests:true

0 commit comments

Comments
 (0)