DefinitelyTyped/types/generate-changelog/generate-changelog-tests.ts
2019-06-27 09:15:47 -07:00

10 lines
261 B
TypeScript

import * as changelog from 'generate-changelog';
changelog.generate({
allowUnknown: true,
exclude: ['chore'],
minor: true,
repoUrl: 'https://github.com/lob/generate-changelog',
tag: 'v1.6.0...v1.7.0'
}).then(changelog => changelog.trim());