mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
10 lines
261 B
TypeScript
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());
|