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
| branch 1 | the target branch that is up to date | master | any branch |
75
77
| branch 2 | the branch that is behind | staging | any branch |
76
78
77
-
### Example
79
+
### Tickets Example
80
+
78
81
```shell
79
82
git tickets --update master staging
80
83
```
81
84
82
-
`git-make-release`
83
-
---------
85
+
### `git-make-release`
84
86
This command automates the process of preparing a new software release. It creates a release branch from the current branch, increments the version number, updates the `CHANGELOG.md`
85
87
86
88
```shell
@@ -91,7 +93,8 @@ This command automates the process of preparing a new software release. It creat
0 commit comments