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

git-flow-deploy

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-flow-deploy

Run git flow automatically before deploying

  • 1.0.9
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Deploy your mgmco apps

Install it by npm install git-flow-deploy --save-dev.

Add the modules to your deploy scripts in package.json:

"scripts": {
  "deploy": "./node_modules/git-flow-deploy/index.sh"
},

And then you can run npm run deploy to deploy your mgmco app.

Update this package

  1. Lookup version from package.json
  2. Run git flow release start x.x.x with new version
  3. Update package.json version with new version
  4. Run git add -p to add the change
  5. Run git ci -m "Bump version" to commit the change
  6. Run git flow release finish 'x.x.x' to finish release
  7. Run npm publish to publish to npm
  8. Update the apps who uses this deploy script

Keywords

FAQs

Package last updated on 24 Jul 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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