Skip to content

Commit

Permalink
chore: add changelog release to changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelAlev committed Mar 28, 2024
1 parent 78275b5 commit 94d886c
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"changelog": ["@changesets/changelog-github", { "repo": "frontify/eslint-config" }],
"commit": false,
"access": "public",
"baseBranch": "main",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"publish": "pnpm publish -r --access public"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
Expand Down
58 changes: 58 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 94d886c

Please sign in to comment.