PHP Classes

File: vendors/jqvmap/grunt/bump.js

Recommend this page to a friend!
  Classes of Jorge Castro   Gentelella BladeOne   vendors/jqvmap/grunt/bump.js   Download  
File: vendors/jqvmap/grunt/bump.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: 385 bytes
 

Contents

Class file image Download
module.exports = { options: { files: [ "package.json", "bower.json" ], updateConfigs: [ "package" ], commit: true, commitMessage: "Release v%VERSION%", commitFiles: [ "-a" ], createTag: true, tagName: "v%VERSION%", tagMessage: "Version %VERSION%", push: true, pushTo: "origin", gitDescribeOptions: "--tags --always --abbrev=1 --dirty=-d" } };