Skip to content

Commit 6fdcd99

Browse files
authored
Merge pull request #483 from adopted-ember-addons/fix-github-changelog
fix issue with github-changelog
2 parents 5838e05 + 2e84f72 commit 6fdcd99

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,10 @@
2222
},
2323
"engines": {
2424
"node": ">= 18"
25+
},
26+
"pnpm": {
27+
"overrides": {
28+
"github-changelog": "github:embroider-build/github-changelog#first-parent-only"
29+
}
2530
}
2631
}

pnpm-lock.yaml

Lines changed: 8 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test-app/config/environment.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ module.exports = function (environment) {
2121

2222
// Always turn on mirage for the demo app
2323
'ember-cli-mirage': {
24-
enabled: true
25-
}
24+
enabled: true,
25+
},
2626
};
2727

2828
if (environment === 'development') {

0 commit comments

Comments
 (0)