From dc1172a8411f71227b713a6d7addca91537ea438 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Wed, 24 Apr 2024 10:34:46 -0400 Subject: [PATCH] chore: remove v5 and v4 lts tags (#29389) This PR removes the v5 and v4 lts tags from the release scripts. The main branch should always be used to deploy to the latest/next tags and never in the past. Instead, the version branches have the option to deploy to their respective LTS tags. --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 456fb6f212..bb27e8a5f5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,8 +22,6 @@ on: options: - latest - next - - v5-lts - - v4-lts preid: type: choice description: Which prerelease identifier should be used? This is only needed when version is "prepatch", "preminor", "premajor", or "prerelease".