Sha256: 097ed4a35c98c0a4c209855aea54cc31fcfcdfb3c538327931768bba0f81051d
Contents?: true
Size: 472 Bytes
Versions: 2
Compression:
Stored size: 472 Bytes
Contents
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" } } };
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rails_modular_admin-1.0.0 | app/assets/node_modules/jqvmap/grunt/changelog.js |
rails_modular_admin-0.4.0 | app/assets/node_modules/jqvmap/grunt/changelog.js |