version-bump-prompt
Advanced tools
Comparing version 1.7.0 to 1.7.1
@@ -21,3 +21,3 @@ #!/usr/bin/env node | ||
.option('--preid <name>', 'The identifier for prerelease versions (default is "beta")') | ||
.option('--commit [message]', 'Commit changed files to Git (default is "release vX.X.X")') | ||
.option('--commit [message]', 'Commit changed files to Git (default message is "release vX.X.X")') | ||
.option('--tag', 'Tag the commit in Git') | ||
@@ -24,0 +24,0 @@ .option('--push', 'Push the Git commit') |
{ | ||
"name": "version-bump-prompt", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "Automatically (or with prompts) bump your version number, commit changes, tag, and push to Git", | ||
@@ -29,3 +29,3 @@ "keywords": [ | ||
"upgrade": "npm-check -u", | ||
"release": "npm run upgrade && npm run build && npm test && bump --prompt --tag --push --all", | ||
"release": "npm run upgrade && npm run build && npm test && node bin/bump.js --prompt --tag --push --all", | ||
"semver": "semver" | ||
@@ -45,4 +45,3 @@ }, | ||
"npm-check": "^5.2.3", | ||
"sinon": "^1.16.1", | ||
"version-bump-prompt": "^1.6.3" | ||
"sinon": "^1.16.1" | ||
}, | ||
@@ -49,0 +48,0 @@ "dependencies": { |
@@ -50,3 +50,3 @@ # Version-Bump-Prompt | ||
--preid <name> The identifier for prerelease versions (default is "beta") | ||
--commit Commit changed files to Git | ||
--commit [message] Commit changed files to Git (default message is "release vX.X.X") | ||
--tag Tag the commit in Git | ||
@@ -53,0 +53,0 @@ --push Push the Git commit |
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
16158
8