Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
stormwarning committed Nov 17, 2023
1 parent c19140a commit 6440ce6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions packages/changesets-changelog/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# @zazen/changesets-changelog

> A simplified version of [@changesets/changelog-github](https://github.com/changesets/changesets/tree/main/packages/changelog-github).
## Usage

```shell
npm install --save-dev @changesets/cli @zazen/changesets-changelog
```

Add the following to your `.changeset/config.json`:

```json
"changelog": [
"@changesets/changelog-github",
{ "repo": "org/repo" }
],
```

0 comments on commit 6440ce6

Please sign in to comment.