We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd6a87a commit 9f70365Copy full SHA for 9f70365
scripts/release.mjs
@@ -8,15 +8,14 @@ import semver from 'semver'
8
import prompts from '@posva/prompts'
9
import { execa } from 'execa'
10
import pSeries from 'p-series'
11
-import { globby } from 'globby'
12
13
const __filename = fileURLToPath(import.meta.url)
14
const __dirname = dirname(__filename)
15
16
const args = minimist(process.argv.slice(2))
17
const {
18
skipBuild,
19
- tag: optionTag = 'v2',
+ tag: optionTag = 'legacy',
20
dry: isDryRun,
21
skipCleanCheck: skipCleanGitCheck,
22
noDepsUpdate,
0 commit comments