Skip to content

Commit

Permalink
Consistently make use of the dot (#6888)
Browse files Browse the repository at this point in the history
  • Loading branch information
thojkooi authored and BaerMitUmlaut committed Mar 23, 2019
1 parent 7f2756b commit cd77551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/wiki/development/branching-and-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ During this release process between the Friday and Tuesday, the day of release,
### 3.1 Branching

* New features, bug fixes that are not a hotfix or other work will always be branched off `master` or another branch but never a `hotfix` or the `release` branch.
* Hotfixes are always branched off the `release` branch
* Hotfixes are always branched off the `release` branch.
* The `release` branch is never merged or deleted. Only `master` or hotfixes are allowed to merge into the `release` branch.

### 3.2 Diagram
Expand Down

0 comments on commit cd77551

Please sign in to comment.