Clarification on how often we want to make releases

This commit is contained in:
Robert Schmidt
2024-09-16 13:45:13 +02:00
parent 1696d28e0d
commit 93a8bb4032

View File

@@ -110,7 +110,8 @@ people, in order to simplify the history, and allow the usage of tools such as
`git bisect` to search for bugs.
After some time, we make a stable release. For this, we simply merge develop
into master, and give a semantic versioning number, e.g., `v1.1`.
into master, and give a semantic versioning number, e.g., `v1.1`. We target to
make releases bi-yearly.
## How to manage your own branch