-
- Downloads
fix(ghe): update github release notes to use api endpoint instead of sourceUrl (#3111)
The code to get a list of releases was not using the RENOVATE_ENDPOINT when the npm modules it was fetching releases for had it's git repository on github enterprise. Closes #3079
Showing
- lib/workers/pr/changelog/release-notes.js 21 additions, 12 deletionslib/workers/pr/changelog/release-notes.js
- lib/workers/pr/changelog/source-github.js 3 additions, 1 deletionlib/workers/pr/changelog/source-github.js
- test/workers/pr/changelog/__snapshots__/index.spec.js.snap 6 additions, 0 deletionstest/workers/pr/changelog/__snapshots__/index.spec.js.snap
- test/workers/pr/changelog/release-notes.spec.js 18 additions, 9 deletionstest/workers/pr/changelog/release-notes.spec.js
Loading
Please register or sign in to comment