Skip to content

Commit

Permalink
Merge pull request #1407 from NullVoxPopuli/enable-changelog-generation
Browse files Browse the repository at this point in the history
Enable changelog generation
  • Loading branch information
NullVoxPopuli authored May 2, 2023
2 parents e26de29 + 91c7f46 commit 58c9ed2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": false,
"changelog": "@changesets/changelog-git",
"commit": false,
"fixed": [["@embroider/compat", "@embroider/core", "@embroider/test-setup", "@embroider/webpack"]],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": [],
"ignore": [
"@embroider/test-scenarios",
"v2-addon-template",
"ts-app-template",
"app-template",
"addon-template"
],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
}
Expand Down

0 comments on commit 58c9ed2

Please sign in to comment.