Skip to content

Commit

Permalink
install plugin for better changelog format and modify config
Browse files Browse the repository at this point in the history
  • Loading branch information
melanieseltzer committed Jan 24, 2025
1 parent 6d897f9 commit 0e4381c
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 5 deletions.
11 changes: 8 additions & 3 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"changelog": [
"@changesets/changelog-github",
{
"repo": "ngrok-oss/mantle"
}
],
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
"ignore": ["@cfg/*", "www"]
}
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
"test:ui": "turbo run test:ui",
"typecheck": "turbo run typecheck",
"changeset": "changeset"
},
"devDependencies": {
},
"devDependencies": {
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.11",
"@ianvs/prettier-plugin-sort-imports": "4.4.1",
"prettier": "3.4.2",
Expand Down
66 changes: 66 additions & 0 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 0e4381c

Please sign in to comment.