File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 44
44
SHORT_SHA=$(git rev-parse --short HEAD)
45
45
NEXT_VERSION=0.0.0-experimental-${SHORT_SHA}
46
46
git checkout -b experimental/${NEXT_VERSION}
47
- pnpm run version ${NEXT_VERSION}
47
+ pnpm run version:experimental
48
48
git push origin --tags
49
49
50
50
- name : 🏗 Build
Original file line number Diff line number Diff line change @@ -70,11 +70,11 @@ async function run() {
70
70
let routerVersion = currentRouterVersion ;
71
71
72
72
// 2. Confirm the next version number
73
- let answer = await prompt (
74
- `Are you sure you want to bump version ${ currentVersion } to ${ version } ? [Yn] `
75
- ) ;
73
+ // let answer = await prompt(
74
+ // `Are you sure you want to bump version ${currentVersion} to ${version}? [Yn] `
75
+ // );
76
76
77
- if ( answer === false ) return 0 ;
77
+ // if (answer === false) return 0;
78
78
79
79
// We only handle @remix -run/router for experimental since in normal/pre
80
80
// releases it's versioned independently from the rest of the packages
You can’t perform that action at this time.
0 commit comments