s1kx/unison

Branch per release

andersfylling opened this issue · 0 comments

Since this is a library I suggest creating new branches for each release without the minor tag. This is the same way tensorflow handles releases and it makes it very easy to patch issues in seperate releases.

https://github.com/tensorflow/tensorflow

The work on the master branch and do experimental code on new branches. This makes the master branch always up to date. However this requires that everything goes through PR to avoid breaking.