If we have a source control branch that we use to stop features and bug test (including additional commits on this branch to fix said bugs), what should it be called?
Is "Release Candidate" appropriate?
My thoughts are that such a branch would be called "Release" and that using the word "candidate" implies it is immutable. You can have candidate 1 and candidate 2, but those specific candidates should never change; ie. candidate 1 wouldn't have any commits, that would modify it in any way.
Links or examples would be great, as the person I was discussing this with is very hard headed.
Related question: Is there any specification for promoting a release candidate? (covers how finished RC can be considered)