Skip to content

Commit

Permalink
Merge pull request #483 from adopted-ember-addons/fix-github-changelog
Browse files Browse the repository at this point in the history
fix issue with github-changelog
  • Loading branch information
mansona authored May 16, 2024
2 parents 5838e05 + 2e84f72 commit 6fdcd99
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,10 @@
},
"engines": {
"node": ">= 18"
},
"pnpm": {
"overrides": {
"github-changelog": "github:embroider-build/github-changelog#first-parent-only"
}
}
}
12 changes: 8 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions test-app/config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ module.exports = function (environment) {

// Always turn on mirage for the demo app
'ember-cli-mirage': {
enabled: true
}
enabled: true,
},
};

if (environment === 'development') {
Expand Down

0 comments on commit 6fdcd99

Please sign in to comment.