From 2925f9a04e02242b904b53dff5fc1346df8ad5ff Mon Sep 17 00:00:00 2001 From: rohitwaghchaure Date: Mon, 12 Jan 2026 14:29:14 +0530 Subject: [PATCH] chore: weekly release for v16 --- .github/workflows/initiate_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/initiate_release.yml b/.github/workflows/initiate_release.yml index 5b6536844fc..f57d46b354d 100644 --- a/.github/workflows/initiate_release.yml +++ b/.github/workflows/initiate_release.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: false matrix: - version: ["14", "15"] + version: ["14", "15", "16"] steps: - uses: octokit/request-action@v2.x