Skip to content

Commit

Permalink
Add new changelog format to mention PR numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwilliams committed Aug 14, 2023
1 parent bfa31ed commit ac2e394
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 6 deletions.
5 changes: 4 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"changelog": [
"@changesets/changelog-github",
{ "repo": "inngest/inngest-js" }
],
"commit": false,
"fixed": [],
"linked": [],
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
},
"packageManager": "[email protected]",
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2"
}
}
37 changes: 32 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ac2e394

Please sign in to comment.