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 bce8675 commit 79b952aCopy full SHA for 79b952a
scripts/version.js
@@ -165,7 +165,7 @@ async function run() {
165
execSync(`git tag -a -m "Version ${version}" v${version}`);
166
console.log(chalk.green(` Committed and tagged version ${version}`));
167
168
- if (givenVersion !== "experimental") {
+ if (!isExperimental) {
169
console.log(
170
chalk.red(
171
` 🚨 @remix-run/router isn't handled by this script, do it manually!`
0 commit comments