HOME


Mini Shell 1.0
DIR:/home/drsekaran/public_html/admin/vendors/jqvmap/grunt/
Upload File :
Current File : /home/drsekaran/public_html/admin/vendors/jqvmap/grunt/bump.js
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"
	}
};