-
- Downloads
fix: use markdown-it to sectionize changelog files (#1767)
Resolves #1709
Showing
- lib/workers/pr/release-notes.js 52 additions, 41 deletionslib/workers/pr/release-notes.js
- package.json 1 addition, 0 deletionspackage.json
- test/_fixtures/changelog-md/js-yaml.md 470 additions, 0 deletionstest/_fixtures/changelog-md/js-yaml.md
- test/workers/pr/__snapshots__/release-notes.spec.js.snap 8 additions, 0 deletionstest/workers/pr/__snapshots__/release-notes.spec.js.snap
- test/workers/pr/release-notes.spec.js 15 additions, 0 deletionstest/workers/pr/release-notes.spec.js
- yarn.lock 28 additions, 0 deletionsyarn.lock
... | ... | @@ -76,6 +76,7 @@ |
"json-stringify-pretty-compact": "1.1.0", | ||
"later": "1.2.0", | ||
"lodash": "4.17.5", | ||
"markdown-it": "8.4.1", | ||
"minimatch": "3.0.4", | ||
"moment": "2.22.0", | ||
"moment-timezone": "0.5.14", | ||
... | ... |
test/_fixtures/changelog-md/js-yaml.md
0 → 100644
Please register or sign in to comment