Skip to content

Commit 5672a8d

Browse files
committedJun 21, 2024·
Update docs
1 parent 1673506 commit 5672a8d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed
 

‎README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,10 @@ npx release-it
6060

6161
You will be prompted to select the new version, and more prompts will follow based on your configuration.
6262

63-
## Yarn
63+
## Yarn & pnpm
6464

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].
6667

6768
## Monorepos
6869

@@ -98,6 +99,7 @@ Here's a quick example `.release-it.json`:
9899

99100
```json
100101
{
102+
"$schema": "https://unpkg.com/release-it@17/schema/release-it.json",
101103
"git": {
102104
"commitMessage": "chore: release v${version}"
103105
},

‎docs/configuration.md

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ An example `.release-it.json`:
1818

1919
```json
2020
{
21+
"$schema": "https://unpkg.com/release-it@17/schema/release-it.json",
2122
"git": {
2223
"commitMessage": "chore: release v${version}"
2324
},

0 commit comments

Comments
 (0)
Please sign in to comment.