develop is the new default

This commit is contained in:
René Pfeuffer
2020-03-26 16:12:12 +01:00
committed by GitHub
parent b2b9d392dc
commit 941f76d2f1

View File

@@ -7,7 +7,7 @@ To release a new version of SCM-Manager v2 you have to do the following steps (r
Make sure you have no changes you want to keep!
```
git fetch && git checkout default && git reset --hard origin/default
git fetch && git checkout develop && git reset --hard origin/develop
```
## Modify Changelog