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
+
| branch 2 | the branch that is behind | staging | any branch |
76
+
77
+
### Example
78
+
```shell
79
+
git tickets --update master staging
80
+
```
81
+
82
+
`git-make-release`
83
+
---------
84
+
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`
0 commit comments