You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Hotfix.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@ Finishes a git flow "hotfix"
45
45
| keepBranch | Boolean | Keep the branch after merge |
46
46
| message | String | Tag will be created with this message |
47
47
| processMergeMessageCallback | Function | Callback that is fired before merge occurs. If the callback returns a Promise, the **processMergeMessageCallback** promise must succeed before the merge occurs. The result of the **processMergeMessageCallback** must be a string or a promise that resolves to a string, as that message will be used for the merge message. the **processMergeMessageCallback** will be called with the generated merge message as a parameter. |
48
+
| beforeMergeCallback | Function | Callback fired immediately before a merge occurs. Is parameterized by targetBranchName and hotFixBranchName |
48
49
| postDevelopMergeCallback | Function | Callback fired after a successful merge with development occurs. |
49
50
| postMasterMergeCallback | Function | Callback fired after a successful merge with master occurs. |
Copy file name to clipboardExpand all lines: docs/Release.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@ Finishes a git flow "release"
45
45
| keepBranch | Boolean | Keep the branch after merge |
46
46
| message | String | Tag will be created with this message |
47
47
| processMergeMessageCallback | Function | Callback that is fired before merge occurs. If the callback returns a Promise, the **processMergeMessageCallback** promise must succeed before the merge occurs. The result of the **processMergeMessageCallback** must be a string or a promise that resolves to a string, as that message will be used for the merge message. the **processMergeMessageCallback** will be called with the generated merge message as a parameter. |
48
+
| beforeMergeCallback | Function | Callback fired immediately before a merge occurs. Is parameterized by targetBranchName and releaseBranchName |
48
49
| postDevelopMergeCallback | Function | Callback fired after a successful merge with development occurs. |
49
50
| postMasterMergeCallback | Function | Callback fired after a successful merge with master occurs. |
0 commit comments