build-workflow
Advanced tools
Comparing version 0.0.5 to 0.0.8
@@ -5,5 +5,5 @@ module.exports = function ( grunt, pkg, opts ) { | ||
files: [ 'package.json' ], | ||
commit: false, | ||
// commitMessage: '[] Release v%VERSION%', | ||
// commitFiles: [ 'package.json' ], | ||
commit: true, | ||
commitMessage: 'BLD: Release v%VERSION%', | ||
commitFiles: [ 'package.json' ], | ||
createTag: true, | ||
@@ -10,0 +10,0 @@ tagName: 'v%VERSION%', |
{ | ||
"name": "build-workflow", | ||
"version": "0.0.5", | ||
"version": "0.0.8", | ||
"description": "Simple gruntfile helper to define build workflows", | ||
@@ -5,0 +5,0 @@ "main": "config-loader.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
139177