Skip to content
Snippets Groups Projects
Commit 934adfdf authored by Rhys Arkins's avatar Rhys Arkins
Browse files

refactor: move release notes into changelog

parent 35b2ce8b
No related branches found
No related tags found
No related merge requests found
const versioning = require('../../../versioning');
const { addReleaseNotes } = require('../release-notes');
const { addReleaseNotes } = require('./release-notes');
const sourceGithub = require('./source-github');
......
const changelogFilenameRegex = require('changelog-filename-regex');
const { linkify } = require('linkify-markdown');
const MarkdownIt = require('markdown-it');
const ghGot = require('../../platform/github/gh-got-wrapper');
const ghGot = require('../../../platform/github/gh-got-wrapper');
const markdown = new MarkdownIt('zero');
markdown.enable(['heading', 'lheading']);
......
......@@ -3,7 +3,7 @@ const ghGot = require('gh-got');
const {
getReleaseNotes,
getReleaseNotesMd,
} = require('../../../lib/workers/pr/release-notes');
} = require('../../../lib/workers/pr/changelog/release-notes');
const angularJsChangelogMd = fs.readFileSync(
'test/_fixtures/changelog-md/angular.js.md',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment