UNPKG

xing-frontend-grunt

Version:
11 lines (10 loc) 144 B
/** * Creates a changelog on a new version. */ module.exports = { options: { dest: 'CHANGELOG.md', template: 'changelog.tpl' } };