git-flow-deploy
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "git-flow-deploy", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Run git flow automatically before deploying", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -13,2 +13,13 @@ # Deploy your mgmco apps | ||
And then you can run `npm run deploy` to deploy your mgmco app. | ||
And then you can run `npm run deploy` to deploy your mgmco app. | ||
## Update this package | ||
1. Lookup version from `package.json` | ||
1. Run `git flow release start x.x.x` with new version | ||
1. Update `package.json` version with new version | ||
1. Run `git add -p` to add the change | ||
1. Run `git ci -m "Bump version"` to commit the change | ||
1. Run `git flow release finish 'x.x.x'` to finish release | ||
1. Run `npm publish` to publish to npm | ||
1. Update the apps who uses this deploy script |
Sorry, the diff of this file is not supported yet
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
10732
6
25