Current Path : /proc/2/root/usr/local/rvglobalsoft/rvsitebuilder7/public_html/vendors/jqvmap/grunt/ |
Current File : //proc/2/root/usr/local/rvglobalsoft/rvsitebuilder7/public_html/vendors/jqvmap/grunt/changelog.js |
module.exports = { release: { options: { insertType: "prepend", template: "## Release v<%= package.version %>:\n\n{{> features}}{{> fixes}}\n\n", partials: { features: "#### Features:\n\n{{#if features}}{{#each features}}{{> feature}}{{/each}}{{else}}{{> empty}}{{/if}}\n", fixes: "#### Bugfixes:\n\n{{#if fixes}}{{#each fixes}}{{> fix}}{{/each}}{{else}}{{> empty}}{{/if}}", empty: " - (none)\n" }, dest: "CHANGELOG.md" } } };