Skip to content

Commit 4798c69

Browse files
authored
chore: add v7-lts option for backporting (#29388)
This PR adds a "v7-lts" NPM tag for backporting fixes to v7.
1 parent 5ce0c60 commit 4798c69

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ on:
2020
type: choice
2121
description: Which npm tag should this be published to?
2222
options:
23-
- latest
24-
- next
25-
- v5-lts
26-
- v4-lts
23+
- v7-lts
2724
preid:
2825
type: choice
2926
description: Which prerelease identifier should be used? This is only needed when version is "prepatch", "preminor", "premajor", or "prerelease".

0 commit comments

Comments
 (0)