Skip to content

Commit 77d7997

Browse files
committed
Fixes plugin urls
1 parent 8f37d7b commit 77d7997

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

plugins.yml

+14-7
Original file line numberDiff line numberDiff line change
@@ -16,43 +16,50 @@
1616
description: "Adds a `yarn hello` command that says 'hello'."
1717

1818
"@yarnpkg/plugin-constraints":
19-
url: "https://github.com/yarnpkg/berry/raw/cherry-pick/3.4/packages/plugin-constraints/bin/%40yarnpkg/plugin-constraints.js"
19+
# Important: The /master/ part is replaced at import time by the release tag; it's not a problem if the file it points to doesn't exist anymore.
20+
url: "https://github.com/yarnpkg/berry/raw/master/packages/plugin-constraints/bin/%40yarnpkg/plugin-constraints.js"
2021
range: "<4.0.0-rc.1"
2122
experimental: true
2223
description: "[Yarn <4 only] Adds a new command to Yarn (`yarn constraints`) to enforce lint rules across workspaces."
2324

2425
"@yarnpkg/plugin-exec":
25-
url: "https://github.com/yarnpkg/berry/raw/cherry-pick/3.4/packages/plugin-exec/bin/%40yarnpkg/plugin-exec.js"
26+
# Important: The /master/ part is replaced at import time by the release tag; it's not a problem if the file it points to doesn't exist anymore.
27+
url: "https://github.com/yarnpkg/berry/raw/master/packages/plugin-exec/bin/%40yarnpkg/plugin-exec.js"
2628
range: "<4.0.0-rc.1"
2729
experimental: true
2830
description: "[Yarn <4 only] Adds a new protocol to Yarn (`exec:`) that dynamically generate packages instead of downloading them."
2931

3032
"@yarnpkg/plugin-interactive-tools":
31-
url: "https://github.com/yarnpkg/berry/raw/cherry-pick/3.4/packages/plugin-interactive-tools/bin/%40yarnpkg/plugin-interactive-tools.js"
33+
# Important: The /master/ part is replaced at import time by the release tag; it's not a problem if the file it points to doesn't exist anymore.
34+
url: "https://github.com/yarnpkg/berry/raw/master/packages/plugin-interactive-tools/bin/%40yarnpkg/plugin-interactive-tools.js"
3235
range: "<4.0.0-rc.1"
3336
experimental: true
3437
description: "[Yarn <4 only] Adds various commands providing a more high-level control on your project through terminal interfaces."
3538

3639
"@yarnpkg/plugin-stage":
37-
url: "https://github.com/yarnpkg/berry/raw/cherry-pick/3.4/packages/plugin-stage/bin/%40yarnpkg/plugin-stage.js"
40+
# Important: The /master/ part is replaced at import time by the release tag; it's not a problem if the file it points to doesn't exist anymore.
41+
url: "https://github.com/yarnpkg/berry/raw/master/packages/plugin-stage/bin/%40yarnpkg/plugin-stage.js"
3842
range: "<4.0.0-rc.1"
3943
experimental: true
4044
description: "[Yarn <4 only] Adds a new command to Yarn (`yarn stage`) to automatically stage & commit all Yarn-related files."
4145

4246
"@yarnpkg/plugin-typescript":
43-
url: "https://github.com/yarnpkg/berry/raw/cherry-pick/3.4/packages/plugin-typescript/bin/%40yarnpkg/plugin-typescript.js"
47+
# Important: The /master/ part is replaced at import time by the release tag; it's not a problem if the file it points to doesn't exist anymore.
48+
url: "https://github.com/yarnpkg/berry/raw/master/packages/plugin-typescript/bin/%40yarnpkg/plugin-typescript.js"
4449
range: "<4.0.0-rc.1"
4550
experimental: true
4651
description: "[Yarn <4 only] Adds various utilities for a seamless TypeScript experience. Consult the plugin page for more details."
4752

4853
"@yarnpkg/plugin-version":
49-
url: "https://github.com/yarnpkg/berry/raw/cherry-pick/3.4/packages/plugin-version/bin/%40yarnpkg/plugin-version.js"
54+
# Important: The /master/ part is replaced at import time by the release tag; it's not a problem if the file it points to doesn't exist anymore.
55+
url: "https://github.com/yarnpkg/berry/raw/master/packages/plugin-version/bin/%40yarnpkg/plugin-version.js"
5056
range: "<4.0.0-rc.1"
5157
experimental: true
5258
description: "[Yarn <4 only] Adds a new workflow to Yarn (`yarn version`) to efficiently manage releases in a monorepository."
5359

5460
"@yarnpkg/plugin-workspace-tools":
55-
url: "https://github.com/yarnpkg/berry/raw/cherry-pick/3.4/packages/plugin-workspace-tools/bin/%40yarnpkg/plugin-workspace-tools.js"
61+
# Important: The /master/ part is replaced at import time by the release tag; it's not a problem if the file it points to doesn't exist anymore.
62+
url: "https://github.com/yarnpkg/berry/raw/master/packages/plugin-workspace-tools/bin/%40yarnpkg/plugin-workspace-tools.js"
5663
range: "<4.0.0-rc.1"
5764
experimental: true
5865
description: "[Yarn <4 only] Adds various commands that make working with workspaces a more pleasing experience."

0 commit comments

Comments
 (0)