File tree 2 files changed +13
-5
lines changed
2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -46,16 +46,19 @@ jobs:
46
46
minor=""
47
47
directory=""
48
48
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"
50
53
directory="main"
51
54
elif [[ "${{ steps.lts-version.outputs.lts }}" == "v1.18.x" ]]; then
52
55
minor="1.18"
53
- directory="main "
56
+ directory="latest "
54
57
elif [[ "${{ steps.lts-version.outputs.lts }}" == "v1.17.x" ]]; then
55
58
minor="1.17"
56
- directory="latest "
59
+ directory="1.17.x "
57
60
else
58
- minor="1.18 "
61
+ minor="1.19 "
59
62
directory="main"
60
63
fi
61
64
echo "minor=${minor}" >> $GITHUB_OUTPUT
@@ -197,4 +200,4 @@ jobs:
197
200
-d "text=$MESSAGE" \
198
201
-d "channel=doctopus-tests" \
199
202
-d "token=${SLACK_BOT_TOKEN}" \
200
- -X POST https://slack.com/api/chat.postMessage
203
+ -X POST https://slack.com/api/chat.postMessage
Original file line number Diff line number Diff line change
1
+ changelog :
2
+ - type : NON_USER_FACING
3
+ description : >-
4
+ Update docs workflow for 1.18 release.
5
+ skipCI-kube-tests:true
You can’t perform that action at this time.
0 commit comments