mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-28 01:10:49 +01:00
Add hint for support branch
This commit is contained in:
@@ -11,6 +11,14 @@ Make sure you have no changes you want to keep!
|
||||
git fetch && git checkout -f origin/develop && git clean -fd && git checkout -B develop
|
||||
```
|
||||
|
||||
## Merge support branch
|
||||
|
||||
Check whether there is an integration branch for the previous release or bugfixes not merged into the develop branch. Merge them now.
|
||||
|
||||
```
|
||||
git merge origin/support/<support branch>
|
||||
```
|
||||
|
||||
## Modify Changelog
|
||||
|
||||
Change "Unreleased" header in `CHANGELOG.md` to `<version> - <current date>`
|
||||
@@ -54,6 +62,14 @@ Make sure you have no changes you want to keep!
|
||||
git fetch && git checkout -f origin/develop && git clean -fd && git checkout -B develop
|
||||
```
|
||||
|
||||
## Merge support branch
|
||||
|
||||
Check whether there is an integration branch for the previous release or bugfixes not merged into the develop branch. Merge them now.
|
||||
|
||||
```
|
||||
git merge origin/support/<support branch>
|
||||
```
|
||||
|
||||
## Update SCM parent if necessary
|
||||
|
||||
If you need to update the parent of the plugin to a new release of SCM-Manager, change it now:
|
||||
|
||||
Reference in New Issue
Block a user