Closed TWiStErRob closed 9 months ago
Default value is "auto" which looks at commits on base branch. https://github.com/bumptech/glide/commit/3bbc3908edd8432f55ccfae3257bad533c1bf7d1 in considered as a "semantic commit" and therefore https://github.com/bumptech/glide/pull/5299 also uses a semantic name. This change explicitly disables this, as we don't want it to consider something that's not the case.
It seems all future commits/PRs will be semantic too: https://github.com/bumptech/glide/issues/5187
Motivation and Context
Default value is "auto" which looks at commits on base branch. https://github.com/bumptech/glide/commit/3bbc3908edd8432f55ccfae3257bad533c1bf7d1 in considered as a "semantic commit" and therefore https://github.com/bumptech/glide/pull/5299 also uses a semantic name. This change explicitly disables this, as we don't want it to consider something that's not the case.
It seems all future commits/PRs will be semantic too: https://github.com/bumptech/glide/issues/5187