Skip to content

Commit fd6a87a

Browse files
committed
build: use v2 as the default npm tag
1 parent 9d1003f commit fd6a87a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const __dirname = dirname(__filename)
1616
const args = minimist(process.argv.slice(2))
1717
const {
1818
skipBuild,
19-
tag: optionTag,
19+
tag: optionTag = 'v2',
2020
dry: isDryRun,
2121
skipCleanCheck: skipCleanGitCheck,
2222
noDepsUpdate,

0 commit comments

Comments
 (0)