Skip to content

Commit 9f70365

Browse files
committed
build: fix name cannot be version range
1 parent fd6a87a commit 9f70365

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/release.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,14 @@ import semver from 'semver'
88
import prompts from '@posva/prompts'
99
import { execa } from 'execa'
1010
import pSeries from 'p-series'
11-
import { globby } from 'globby'
1211

1312
const __filename = fileURLToPath(import.meta.url)
1413
const __dirname = dirname(__filename)
1514

1615
const args = minimist(process.argv.slice(2))
1716
const {
1817
skipBuild,
19-
tag: optionTag = 'v2',
18+
tag: optionTag = 'legacy',
2019
dry: isDryRun,
2120
skipCleanCheck: skipCleanGitCheck,
2221
noDepsUpdate,

0 commit comments

Comments
 (0)