Hello,
We have a lot of projects in our company and all of the projects work using the same structure.
They all have a master branch, where we release our code, and a develop branch, where new release are prepared.
We would like to change new code for all of our projects using the following settings:
- for master and develop, from previous version
- for all other branch, from reference branch develop
Currently we cannot do that since globally we only have choice between previous version or number of days. Each time a new project is created we have to set manually this configuration.
What I suggest is to allow user to configure the scheme above globally and also given a fallback option if the reference branch is not present (to previous version or number of days).