File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed
packages/plugin-essentials/sources/commands/set Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change
1
+ releases :
2
+ " @yarnpkg/cli " : patch
3
+ " @yarnpkg/plugin-essentials " : patch
4
+
5
+ declined :
6
+ - " @yarnpkg/plugin-compat"
7
+ - " @yarnpkg/plugin-constraints"
8
+ - " @yarnpkg/plugin-dlx"
9
+ - " @yarnpkg/plugin-init"
10
+ - " @yarnpkg/plugin-interactive-tools"
11
+ - " @yarnpkg/plugin-nm"
12
+ - " @yarnpkg/plugin-npm-cli"
13
+ - " @yarnpkg/plugin-pack"
14
+ - " @yarnpkg/plugin-patch"
15
+ - " @yarnpkg/plugin-pnp"
16
+ - " @yarnpkg/plugin-pnpm"
17
+ - " @yarnpkg/plugin-stage"
18
+ - " @yarnpkg/plugin-typescript"
19
+ - " @yarnpkg/plugin-version"
20
+ - " @yarnpkg/plugin-workspace-tools"
21
+ - " @yarnpkg/builder"
22
+ - " @yarnpkg/core"
23
+ - " @yarnpkg/doctor"
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ export default class SetVersionCommand extends BaseCommand {
94
94
else if ( this . version === `canary` )
95
95
bundleUrl = `https://repo.yarnpkg.com/${ await resolveTag ( configuration , `canary` ) } /packages/yarnpkg-cli/bin/yarn.js` ;
96
96
else if ( this . version === `classic` )
97
- bundleUrl = `https://nightly .yarnpkg.com/latest.js` ;
97
+ bundleUrl = `https://classic .yarnpkg.com/latest.js` ;
98
98
else if ( this . version . match ( / ^ h t t p s ? : / ) )
99
99
bundleUrl = this . version ;
100
100
else if ( this . version . match ( / ^ \. { 0 , 2 } [ \\ / ] / ) || npath . isAbsolute ( this . version ) )
You can’t perform that action at this time.
0 commit comments