Skip to content

Commit 433d69a

Browse files
committed
Add changeset file
1 parent 2ff733a commit 433d69a

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.changeset/sixty-trains-switch.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
"@changesets/changelog-github": patch
3+
---
4+
5+
Add a config parameter to avoid adding users' references within the changelog.
6+
7+
## How to configure it
8+
9+
Add the `skipAuthors` parameter within the configuration options, as a sibling of the `repo` parameter.
10+
If not provided or set to false, this will behave as it does now.
11+
12+
```
13+
//.changeset/config.json
14+
15+
{
16+
"changelog": [
17+
"@changesets/changelog-github",
18+
{ "repo": "changesets/changesets", "skipAuthors": true }
19+
],
20+
...
21+
}
22+
```

0 commit comments

Comments
 (0)