Skip to content

Commit

Permalink
Migrating changesets to use changelog-github to add additinoal annota…
Browse files Browse the repository at this point in the history
…tions to our releases (#6175)
  • Loading branch information
mmaietta committed Aug 24, 2021
1 parent 7dd33bc commit 58a7fa6
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
@@ -1,6 +1,6 @@
{
"$schema": "https://unpkg.com/@changesets/config@1.6.0/schema.json",
"changelog": "@changesets/changelog-git",
"changelog": ["@changesets/changelog-github", { "repo": "electron-userland/electron-builder" }],
"commit": false,
"linked": [[
"app-builder-lib",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "7.14.5",
"@changesets/changelog-git": "0.1.7",
"@changesets/changelog-github": "^0.4.0",
"@changesets/cli": "2.16.0",
"@typescript-eslint/eslint-plugin": "4.28.5",
"@typescript-eslint/parser": "4.28.5",
Expand Down
31 changes: 27 additions & 4 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 58a7fa6

Please sign in to comment.