File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -60,9 +60,10 @@ npx release-it
60
60
61
61
You will be prompted to select the new version, and more prompts will follow based on your configuration.
62
62
63
- ## Yarn
63
+ ## Yarn & pnpm
64
64
65
- Using Yarn? Please see the [ npm section on Yarn] [ 15 ] .
65
+ - Using Yarn? Please see the [ npm section on Yarn] [ 15 ] .
66
+ - Using pnpm? Please see [ release-it-pnpm] [ 47 ] .
66
67
67
68
## Monorepos
68
69
@@ -98,6 +99,7 @@ Here's a quick example `.release-it.json`:
98
99
99
100
``` json
100
101
{
102
+ "$schema" : " https://unpkg.com/release-it@17/schema/release-it.json" ,
101
103
"git" : {
102
104
"commitMessage" : " chore: release v${version}"
103
105
},
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ An example `.release-it.json`:
18
18
19
19
``` json
20
20
{
21
+ "$schema" : " https://unpkg.com/release-it@17/schema/release-it.json" ,
21
22
"git" : {
22
23
"commitMessage" : " chore: release v${version}"
23
24
},
You can’t perform that action at this time.
0 commit comments