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 - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

.github/pull_request_template.md

2

package.json
{
"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

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