We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f4afc7 commit fe4a1cbCopy full SHA for fe4a1cb
scripts/release.js
@@ -70,6 +70,8 @@ async function publishPackage(pkgName, version) {
70
'--new-version',
71
version,
72
'--no-git-tag-version',
73
+ '--tag',
74
+ 'next',
75
'--access',
76
'public',
77
];
0 commit comments