grunt-hg-release
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "grunt-hg-release", | ||
"description": "Release a new version of your Node-based project using hg/Mercurial", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"homepage": "https://github.com/accordionpeas/grunt-hg-release", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -82,2 +82,3 @@ # grunt-hg-release | ||
## Release History | ||
* 2014-01-16 v0.1.1 Fixed commit process. | ||
* 2014-01-16 v0.1.0 Initial release. |
@@ -27,3 +27,3 @@ /* | ||
var version = result.stdout.substr(1); | ||
tag(version); | ||
commit(version); | ||
}); | ||
@@ -30,0 +30,0 @@ } |
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
5180
83