PHP Classes

File: vendors/jqvmap/grunt/changelog.js

Recommend this page to a friend!
  Classes of Jorge Castro   Gentelella BladeOne   vendors/jqvmap/grunt/changelog.js   Download  
File: vendors/jqvmap/grunt/changelog.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Gentelella BladeOne
Render templates using Bootstrap for presentation
Author: By
Last change:
Date: 3 years ago
Size: 459 bytes
 

Contents

Class file image Download
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" } } };