Skip to content

Commit

Permalink
add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
lilnasy committed Oct 19, 2023
1 parent 1390925 commit e35d2a5
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .changeset/slimy-mayflies-repair.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
"@changesets/changelog-github": minor
---

You can now remove links from GitHub usernames, allowing your contributors to appear prominently in releases in the "Contributors" section.

To make use of this feature, set `linkUsernames` to `false` in your .changeset/config.json file:

```diff
{
"$schema": "https://unpkg.com/@changesets/config@1.7.0/schema.json",
"changelog": [
"@changesets/changelog-github",
{
"repo": "your-org/your-repo",
+ "linkUsernames": false
}
]
}
```

See [GitHub documentation](https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository) for more details.

0 comments on commit e35d2a5

Please sign in to comment.