Should a “Release Candidate” be immutable?
问题 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.