Comparing version 0.0.1 to 0.1.0
@@ -14,5 +14,2 @@ #! /usr/bin/env node | ||
console.log('Bumped '+ type +' version to ' + stdout.split('\n').shift()) | ||
exec('git push --tags', then(function(stdout, stderr) { | ||
console.log(stderr) | ||
})) | ||
})) | ||
@@ -19,0 +16,0 @@ })) |
{ | ||
"name": "tagger", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "Automatically create git tags if the last commit was a GitHub merge", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
4760
99