{
  "name": "finish",
  "description": "[Git flow]: Finish and merge branch",
  "steps": {
    "merge": {
      "implementation-check" : false
    },
    "validate" : {
      "type" : "flow"
    },
    "setVersion": {
      "excludes" : ["feature", "hotfix", "release", "merger", "consolidation"]
    },
    "finish": {
      "implementation-check" : false
    },
    "publish": {
      "type" : "flow",
      "params" : {
        "tag": true
      }
    },
    "deploy": {
      "type" : "flow"
    }
  }
}
