]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
build: use v2 as the default npm tag
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 11 Feb 2025 14:41:18 +0000 (15:41 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 11 Feb 2025 14:41:18 +0000 (15:41 +0100)
scripts/release.mjs

index c11de9aeef8e6e875499d9c37d3bf61020807cc9..2a4a33f4abf96579f6e1f2dda58ef4e5bbdd4e5e 100644 (file)
@@ -16,7 +16,7 @@ const __dirname = dirname(__filename)
 const args = minimist(process.argv.slice(2))
 const {
   skipBuild,
-  tag: optionTag,
+  tag: optionTag = 'v2',
   dry: isDryRun,
   skipCleanCheck: skipCleanGitCheck,
   noDepsUpdate,