1.0.9 • Published 7 years ago

git-flow-deploy v1.0.9

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

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
1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago