Comparing version 0.0.8 to 0.1.0
@@ -56,4 +56,3 @@ #!/usr/bin/env node | ||
exec('git commit -m "bump to "'+ pkg.version, puts); | ||
exec('git push --tags', puts); | ||
exec('git push origin master', puts); | ||
exec('git push origin master --tags', puts); | ||
}, 100); | ||
@@ -60,0 +59,0 @@ } |
{ | ||
"name": "bump-tag", | ||
"version": "0.0.8", | ||
"version": "0.1.0", | ||
"description": "Bump version and add tag", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
3397
66