Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

version-bump-prompt

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

version-bump-prompt - npm Package Compare versions

Comparing version 1.7.0 to 1.7.1

2

bin/bump.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc