A number of issues/comments relating to this template

A couple of issues/observations from using this.

develop is protected, but release and main aren't. This means that if you do a merge from release to main as per the workflow, "delete source branch" is selected by default, which is dangerous.

The gitversion config needs modifying. The "tag" on the "release" branch is "release" and not "beta" as per the description. The default gitversion configuration has a branch configuration called "release" except that the branch regex is "^releases?[/-]", so doesn't apply to a branch called "release" (which confused me for a while).